Skip to content

Commit ee02ce1

Browse files
author
Mathieu Bridon
committed
Release 1.1
1 parent ab1cc79 commit ee02ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.63)
2-
AC_INIT([libcangjie], [1.0], [https://github.com/Cangjians/libcangjie/issues], [libcangjie], [https://github.com/Cangjians/libcangjie])
2+
AC_INIT([libcangjie], [1.1], [https://github.com/Cangjians/libcangjie/issues], [libcangjie], [https://github.com/Cangjians/libcangjie])
33

44
AC_CONFIG_HEADERS([config.h])
55
AC_CONFIG_MACRO_DIR([m4])
@@ -37,7 +37,7 @@ PKG_CHECK_MODULES(sqlite3, [sqlite3])
3737
# For information on how to properly maintain the library version information,
3838
# refer to the libtool manual, section "Updating library version information":
3939
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
40-
AC_SUBST([CANGJIE_SO_VERSION], [2:0:0])
40+
AC_SUBST([CANGJIE_SO_VERSION], [2:1:0])
4141

4242
# OUTPUT files
4343
AC_CONFIG_FILES([

0 commit comments

Comments
 (0)