Author: murrayc Date: Mon Jan 28 19:06:50 2008 New Revision: 1311 URL: http://svn.gnome.org/viewvc/gnomemm?rev=1311&view=rev
Log: Increased version Modified: libgnomeuimm/trunk/NEWS libgnomeuimm/trunk/configure.in Modified: libgnomeuimm/trunk/NEWS ============================================================================== --- libgnomeuimm/trunk/NEWS (original) +++ libgnomeuimm/trunk/NEWS Mon Jan 28 19:06:50 2008 @@ -1,3 +1,10 @@ +2.20.1: + +* Build fixes with gcc 4.3 pre-releases. + (Stanislav Brabec) +* Require newer versions of dependencies. + (Murray Cumming) + 2.20.0: * Updated version number to match GNOME version. Modified: libgnomeuimm/trunk/configure.in ============================================================================== --- libgnomeuimm/trunk/configure.in (original) +++ libgnomeuimm/trunk/configure.in Mon Jan 28 19:06:50 2008 @@ -18,7 +18,7 @@ ######################################################################### LIBGNOMEUIMM_MAJOR_VERSION=2 LIBGNOMEUIMM_MINOR_VERSION=20 -LIBGNOMEUIMM_MICRO_VERSION=0 +LIBGNOMEUIMM_MICRO_VERSION=1 # # +1 : ? : +1 == new interface that does not break old one # +1 : ? : 0 == new interface that breaks old one _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.
