diff options
author | Dom Lachowicz <domlachowicz@gmail.com> | 2006-04-23 16:31:08 +0000 |
---|---|---|
committer | Dom Lachowicz <domlachowicz@gmail.com> | 2006-04-23 16:31:08 +0000 |
commit | f0a2f193b8cb6299971964c19234a332083be16b (patch) | |
tree | 438097039fc69a1d71ad45fd5e860313b23f32b4 | |
parent | 1aa19d515509c282d0007d76136a1367aec9db6a (diff) | |
download | enchant-f0a2f193b8cb6299971964c19234a332083be16b.tar.gz |
1.2.6
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21130 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ +2006-04-32 Dom Lachowicz <cinamod@hotmail.com> + + * configure.in: --with-aspell-prefix didn't work + 2006-03-20 Dom Lachowicz <cinamod@hotmail.com> - * configure.in: elocatable_library undefined command in configure; + * configure.in: relocatable_library undefined command in configure; Bug 10134, from Pierre Joye <pierre.php@gmail.com> * configure.in: configure does not check if aspell/pspell headers exist; diff --git a/configure.in b/configure.in index aabda2a..3175e0e 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ 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=5 +ENCHANT_MICRO_VERSION=6 dnl dnl Set this too MAJOR_VERSION_PLUS_MINOR_VERSION=`expr $ENCHANT_MAJOR_VERSION + $ENCHANT_MINOR_VERSION` |