Skip to content

Commit

Permalink
Bump version to 0.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBeck committed Oct 19, 2009
1 parent 5b1c3ae commit 322a404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT( libplist )

SET( LIBPLIST_VERSION_MAJOR "0" )
SET( LIBPLIST_VERSION_MINOR "14" )
SET( LIBPLIST_VERSION_MINOR "15" )
SET( LIBPLIST_SOVERSION "0" )
SET( LIBPLIST_VERSION "${LIBPLIST_VERSION_MAJOR}.${LIBPLIST_VERSION_MINOR}" )
SET( LIBPLIST_LIBVERSION "${LIBPLIST_SOVERSION}.${LIBPLIST_VERSION}" )
Expand Down

0 comments on commit 322a404

Please sign in to comment.