Amend previous commit, configure.ac was unpublished.

This commit is contained in:
Martin Paljak 2011-06-28 13:10:43 +03:00
parent f717b678c0
commit 2680a55abd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ AC_PREREQ(2.60)
define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [12])
define([PACKAGE_VERSION_FIX], [2])
define([PACKAGE_SUFFIX], [-pre1])
define([PACKAGE_SUFFIX], [-rc1])
AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])