summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2005-10-22 20:33:43 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2005-10-22 20:33:43 +0000
commit311aab50ba37789f08673aef46397acdea38b3f5 (patch)
tree5914e9ea175856ca54a8116c7ab1e1e91a44d440
parentd7d9f223113303a12c96856ad7109ae6158e177a (diff)
downloadenchant-311aab50ba37789f08673aef46397acdea38b3f5.tar.gz
bump version number
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21075 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 73c1855..23bc6ae 100644
--- a/configure.in
+++ b/configure.in
@@ -7,11 +7,11 @@ dnl 4a) Increment when removing or changing interfaces.
ENCHANT_MAJOR_VERSION=1
dnl 4a) 5) Increment when adding interfaces.
dnl 6) Set to zero when removing or changing interfaces.
-ENCHANT_MINOR_VERSION=1
+ENCHANT_MINOR_VERSION=2
dnl 3) Increment when interfaces not changed at all,
dnl only bug fixes or internal changes made.
dnl 4b) Set to zero when adding, removing or changing interfaces.
-ENCHANT_MICRO_VERSION=6
+ENCHANT_MICRO_VERSION=0
dnl
dnl Set this too
MAJOR_VERSION_PLUS_MINOR_VERSION=`expr $ENCHANT_MAJOR_VERSION + $ENCHANT_MINOR_VERSION`