Skip to content

Commit

Permalink
pkcs11-helper-1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbl committed Aug 16, 2018
1 parent 4ea1afe commit 2713cb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkcs11-helper
Copyright (c) 2005-2018 Alon Bar-Lev <alon.barlev@gmail.com>

????-??-?? - Version 1.26
2018-08-16 - Version 1.25.1

* core: build with threading disabled

Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
AC_PREREQ(2.60)

define([PACKAGE_VERSION_MAJOR], [1])
define([PACKAGE_VERSION_MINOR], [26])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_SUFFIX], [_master])
define([PACKAGE_VERSION_MINOR], [25])
define([PACKAGE_VERSION_FIX], [1])
define([PACKAGE_SUFFIX], [])

AC_INIT([pkcs11-helper],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR[]PACKAGE_SUFFIX])
AC_INIT([pkcs11-helper],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 2713cb0

Please sign in to comment.