gnomemm r1377 - libgdamm/trunk



Author: murrayc
Date: Sat Mar  1 18:50:37 2008
New Revision: 1377
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1377&view=rev

Log:
2008-03-01  Stefan Potyra  <stefan potyra informatik uni-erlangen de >

* configure.in: Increase the first number in LIBGDAMM_SO_VERSION, 
to change the .so name to indicate the build breakage in 2.9.81, 
wanted by Ubuntu (launchpad bug 190744).

Note from Murray: We do not normally use that version string much 
because it just causes problems and there is no way to indicate 
breakage of unstable parts while showing that the whole thing has only 
API additions when comparing major stable releases. But libgdamm has 
never yet been API stable so we can do it this time.

Modified:
   libgdamm/trunk/ChangeLog
   libgdamm/trunk/configure.in

Modified: libgdamm/trunk/configure.in
==============================================================================
--- libgdamm/trunk/configure.in	(original)
+++ libgdamm/trunk/configure.in	Sat Mar  1 18:50:37 2008
@@ -17,7 +17,7 @@
 #########################################################################
 LIBGDAMM_MAJOR_VERSION=2
 LIBGDAMM_MINOR_VERSION=9
-LIBGDAMM_MICRO_VERSION=81
+LIBGDAMM_MICRO_VERSION=82
 
 #
 # +1 : ? : +1  == new interface that does not break old one
@@ -26,7 +26,7 @@
 #  ? :+1 : ?   == just some internal changes, nothing breaks but might work 
 #                 better
 # CURRENT : REVISION : AGE
-LIBGDAMM_SO_VERSION=8:0:0
+LIBGDAMM_SO_VERSION=9:0:0
 
 LIBGDAMM_VERSION=$LIBGDAMM_MAJOR_VERSION.$LIBGDAMM_MINOR_VERSION.$LIBGDAMM_MICRO_VERSION
 LIBGDAMM_RELEASE=$LIBGDAMM_MAJOR_VERSION.$LIBGDAMM_MINOR_VERSION



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]