-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating configure script for release 6.16
- Loading branch information
Neil Horman
committed
Jan 10, 2023
1 parent
cb8cc62
commit e061c31
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License | |
dnl along with this program; if not, write to the Free Software | ||
dnl Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA | ||
|
||
AC_INIT(rng-tools, 6.15, [Neil Horman <[email protected]>]) | ||
AC_INIT(rng-tools, 6.16, [Neil Horman <[email protected]>]) | ||
AC_PREREQ(2.52) | ||
AC_CONFIG_SRCDIR([rngd.c]) | ||
AC_CANONICAL_HOST | ||
|