diff options
-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 # | | | # +------+ | +---+ # | | | |