Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Bridon committed Feb 2, 2014
1 parent ab1cc79 commit ee02ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
AC_INIT([libcangjie], [1.0], [https://github.com/Cangjians/libcangjie/issues], [libcangjie], [https://github.com/Cangjians/libcangjie])
AC_INIT([libcangjie], [1.1], [https://github.com/Cangjians/libcangjie/issues], [libcangjie], [https://github.com/Cangjians/libcangjie])

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

# OUTPUT files
AC_CONFIG_FILES([
Expand Down

0 comments on commit ee02ce1

Please sign in to comment.