Bump the version number

git-svn-id: https://www.opensc-project.org/svnp/opensc/branches/martin/0.12@3742 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2009-09-20 10:57:11 +00:00
parent 75cee4ff8e
commit 6fd2220311
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ dnl -*- mode: m4; -*-
AC_PREREQ(2.60) AC_PREREQ(2.60)
define([PACKAGE_VERSION_MAJOR], [0]) define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [11]) define([PACKAGE_VERSION_MINOR], [12])
define([PACKAGE_VERSION_FIX], [9]) define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_SUFFIX], [-svn]) define([PACKAGE_SUFFIX], [-svn-mp])
AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX]) AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.]) AC_CONFIG_AUX_DIR([.])