build: release candidate 0.13.0 RC1

This commit is contained in:
Viktor Tarasov 2012-10-03 16:24:47 +02:00
parent 40ff0e4ede
commit 6b7d8af08e
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], [13])
define([PACKAGE_VERSION_FIX], [0])
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([.])