[cairo-commit] cairo ChangeLog, 1.1012, 1.1013 configure.in, 1.138, 1.139

Carl Worth commit at pdx.freedesktop.org
Wed Aug 24 09:29:42 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv3441

Modified Files:
	ChangeLog configure.in 
Log Message:

2005-08-24  Carl Worth  <cworth at cworth.org>

        * configure.in: Increment CAIRO_VERSION to 1.0.0 and libtool
        versioning to 4:2:2.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1012
retrieving revision 1.1013
diff -u -d -r1.1012 -r1.1013
--- ChangeLog	24 Aug 2005 16:26:28 -0000	1.1012
+++ ChangeLog	24 Aug 2005 16:29:39 -0000	1.1013
@@ -1,5 +1,10 @@
 2005-08-24  Carl Worth  <cworth at cworth.org>
 
+	* configure.in: Increment CAIRO_VERSION to 1.0.0 and libtool
+	versioning to 4:2:2.
+
+2005-08-24  Carl Worth  <cworth at cworth.org>
+
 	* NEWS: Fix typos. Add CAIRO_STATUS_INVALID_DASH.
 
 2005-08-24  Carl Worth  <cworth at cworth.org>

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- configure.in	24 Aug 2005 13:48:02 -0000	1.138
+++ configure.in	24 Aug 2005 16:29:39 -0000	1.139
@@ -3,9 +3,9 @@
 # cairo package version number, (as distinct from shared library version)
 # An odd micro number indicates in-progress development, (eg. from CVS)
 # An even micro number indicates a released version.
-m4_define(cairo_version_major, 0)
-m4_define(cairo_version_minor, 9)
-m4_define(cairo_version_micro, 3)
+m4_define(cairo_version_major, 1)
+m4_define(cairo_version_minor, 0)
+m4_define(cairo_version_micro, 0)
 
 AC_INIT([cairo],
       cairo_version_major.cairo_version_minor.cairo_version_micro,
@@ -19,16 +19,16 @@
 # libtool shared library version
 
 # Increment if the interface has additions, changes, removals.
-LT_CURRENT=3
+LT_CURRENT=4
 
 # Increment any time the source changes; set to
 # 0 if you increment CURRENT
-LT_REVISION=1
+LT_REVISION=2
 
 # Increment if any interfaces have been added; set to 0
 # if any interfaces have been removed. removal has
 # precedence over adding, so set to 0 if both happened.
-LT_AGE=1
+LT_AGE=2
 
 dnl ===========================================================================
 



More information about the cairo-commit mailing list