summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-03-25 10:04:42 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2010-03-25 10:41:29 +0800
commit0aa74dad8a257f6bc8fcd1396a8ea02c28b68e8c (patch)
treef2b85557805938ab60b0f4492dd22a56377c4b99
parent56060b47cd9430d663482bf208e9dbfbe352adec (diff)
downloadibus-1.2.1.tar.gz
Bump version to 1.2.11.2.11.2.y
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8ed2d382..281a708c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,10 +21,10 @@
# Boston, MA 02111-1307 USA
# if not 1, append datestamp to the version number.
-m4_define([ibus_released], [0])
+m4_define([ibus_released], [1])
m4_define([ibus_major_version], [1])
m4_define([ibus_minor_version], [2])
-m4_define([ibus_micro_version], [0])
+m4_define([ibus_micro_version], [1])
m4_define(ibus_maybe_datestamp,
m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi]))