summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2008-04-18 00:03:43 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2008-04-18 00:03:43 +0000
commit2f1871a8ece907043799e46d9377f7bc0c821567 (patch)
tree30e8c9c105cdae9d86834c19a1aef55ceacbdb00
parent09d8c09c368410e30128c0288f4ffc38749f6a56 (diff)
downloadenchant-2f1871a8ece907043799e46d9377f7bc0c821567.tar.gz
bump version number
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@23528 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 90707b0..2175f36 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=0
+ENCHANT_MICRO_VERSION=1
dnl
dnl Set this too
MAJOR_VERSION_PLUS_MINOR_VERSION=`expr $ENCHANT_MAJOR_VERSION + $ENCHANT_MINOR_VERSION`