summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <urmaslt@svn.abisource.com>2011-07-04 10:01:45 +0000
committer <urmaslt@svn.abisource.com>2011-07-04 10:01:45 +0000
commitb5a97020c46a6dc279a064f1c848717b217cd9f2 (patch)
tree8ccc287d896b32d4c904ce74cc631092f77dfa02
parent367fcf19dce920a246cf58dfd1777823039da991 (diff)
downloadenchant-b5a97020c46a6dc279a064f1c848717b217cd9f2.tar.gz
Bumped version to 1.6.1
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@29930 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 a078d7c..2051360 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ ENCHANT_MINOR_VERSION=6
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`