Skip to content

Commit

Permalink
post pkcs11-helper-1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbl committed Dec 1, 2023
1 parent 8bed160 commit 98d67f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
AC_PREREQ([2.60])

define([PACKAGE_VERSION_MAJOR], [1])
define([PACKAGE_VERSION_MINOR], [30])
define([PACKAGE_VERSION_MINOR], [31])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_SUFFIX], [])
define([PACKAGE_SUFFIX], [_master])

AC_INIT([pkcs11-helper],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])
Expand Down

0 comments on commit 98d67f3

Please sign in to comment.