NightlyBuilds: prepare for OpenSC 0.12.1-rc1 PreReleases

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5408 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2011-04-29 09:02:09 +00:00
parent e93dd598c2
commit e477d66d07
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], [1])
define([PACKAGE_SUFFIX], [-svn])
define([PACKAGE_SUFFIX], [-rc1])
AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])