Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
czchen committed May 18, 2016
1 parent e24990c commit 7791e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ set_target_properties(${LIBS} PROPERTIES
# Update configure.ac if one of SOVERSION/VERSION is updated.
# See configure.ac for more information.
SOVERSION 3
VERSION 3.3.0
VERSION 3.3.1
)

add_library(common OBJECT
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ LIBCHEWING_MINOR=3

# increment any time the source changes
# Set to 0 if MAJOR or MINOR is increased.
LIBCHEWING_REVISION=0
LIBCHEWING_REVISION=1

AC_SUBST(LIBCHEWING_MAJOR)
AC_SUBST(LIBCHEWING_MINOR)
Expand Down

0 comments on commit 7791e8b

Please sign in to comment.