From 83485faddb5d3ec23c3c919ebbbb15478a3a2df9 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Tue, 22 Apr 2014 17:07:06 +0800 Subject: [PATCH] Release 1.2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d99223..0afd29d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([libcangjie], [1.1], [https://github.com/Cangjians/libcangjie/issues], [libcangjie], [https://github.com/Cangjians/libcangjie]) +AC_INIT([libcangjie], [1.2], [https://github.com/Cangjians/libcangjie/issues], [libcangjie], [https://github.com/Cangjians/libcangjie]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])