Skip to content

Commit d759bc5

Browse files
author
Mathieu Bridon
committed
Release 1.0
Finally, here it is. :) Note that the so-version is 2.0.0. This is because Wan Leung's libcangjie was already using the 1.0.0 so-version, so we should bump to indicate that we are not compatible.
1 parent b1b43b8 commit d759bc5

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], [0.0.1], [https://github.com/Cangjians/libcangjie/issues], [libcangjie], [https://github.com/Cangjians/libcangjie])
2+
AC_INIT([libcangjie], [1.0], [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], [0:0:0])
40+
AC_SUBST([CANGJIE_SO_VERSION], [2:0:0])
4141

4242
# OUTPUT files
4343
AC_CONFIG_FILES([

0 commit comments

Comments
 (0)