diff options
author | Dave Beckett <dave@dajobe.org> | 2007-07-14 00:18:43 -0700 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2007-07-14 12:13:41 -0500 |
commit | a45f78b2929d075edda32e7878d3d09776c06499 (patch) | |
tree | b52c91e3d9e24ae4d4341753fa8b25f2e302fab5 | |
parent | ca21cd6fee4dbbd81d5257003184708daca40a65 (diff) |
Update the GENERIC_LIBRARY_VERSION correctly
Was: 1:0:0 in 1.2.4
current: interfaces were added, increment to 2
revision: set to zero since current was incremented
age: increment since interfaces were added
Changed to: 2:0:1
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2007-06-14 Dave Beckett <dave@dajobe.org> + + * configure.in: Update the GENERIC_LIBRARY_VERSION correctly + Was: 1:0:0 in 1.2.4 + current: interfaces were added, increment to 2 + revision: set to zero since current was incremented + age: increment since interfaces were added + Changed to: 2:0:1 + 2007-06-14 Murray Cumming <murrayc@murrayc.com> * cairomm/refptr.h: Added RefPtr(object, refcount) constructor diff --git a/configure.in b/configure.in index c50052b..c4e52cf 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ AC_SUBST(GENERIC_MICRO_VERSION) AC_SUBST(GENERIC_VERSION) #shared library versioning -GENERIC_LIBRARY_VERSION=1:1:1 +GENERIC_LIBRARY_VERSION=2:0:1 # | | | # +------+ | +---+ # | | | |