summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2008-06-19 21:15:51 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2008-06-19 21:15:51 +0000
commita4e0e976e023a33d6f2a8e4326a19d24c1c3b2d8 (patch)
tree68de8b6a1cfa483205a5fb3727c2c26cc15abe32
parentfb312be70a93d28c6897604f56d742e46c22e849 (diff)
downloadenchant-a4e0e976e023a33d6f2a8e4326a19d24c1c3b2d8.tar.gz
bump version # before a release
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@24274 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 82364f4..c1a9897 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ ENCHANT_MINOR_VERSION=4
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=2
+ENCHANT_MICRO_VERSION=3
dnl
dnl Set this too
MAJOR_VERSION_PLUS_MINOR_VERSION=`expr $ENCHANT_MAJOR_VERSION + $ENCHANT_MINOR_VERSION`