summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2009-05-23 03:21:24 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2009-05-23 03:21:24 +0000
commitb181c942614ce7c8e1fe1c6544019c41a1e7e39e (patch)
tree5685f3f91374be13d2807fdb4dbc1a4c67c56a18
parentb6b90399ed95ff86a3831087418d57080a76aa2c (diff)
downloadenchant-b181c942614ce7c8e1fe1c6544019c41a1e7e39e.tar.gz
bump enchant version #. uwog, you can release this tomorrow if you'd like to.
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@26489 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 212962f..6c93eb3 100644
--- a/configure.in
+++ b/configure.in
@@ -8,11 +8,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=4
+ENCHANT_MINOR_VERSION=5
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=3
+ENCHANT_MICRO_VERSION=0
dnl
dnl Set this too
MAJOR_VERSION_PLUS_MINOR_VERSION=`expr $ENCHANT_MAJOR_VERSION + $ENCHANT_MINOR_VERSION`