PreReleases: publish 0.12.2 RC2, the final RC.

This commit is contained in:
Martin Paljak 2011-07-13 17:27:13 +03:00
parent 358c6828c2
commit a8df0b37cd
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], [-rc1])
define([PACKAGE_SUFFIX], [-rc2])
AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])