build: increase minor version number

let's start to prepare next release
This commit is contained in:
Viktor Tarasov 2012-06-10 14:32:46 +02:00
parent a09f304817
commit a305f4a99b
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ dnl -*- mode: m4; -*-
AC_PREREQ(2.60)
define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [12])
define([PACKAGE_VERSION_FIX], [3])
define([PACKAGE_VERSION_MINOR], [13])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_SUFFIX], [-pre1])
AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])