[cairo-commit] cairomm ChangeLog,1.60,1.61 configure.in,1.15,1.16

Jonathon Jongsma commit at pdx.freedesktop.org
Fri Jun 30 20:00:43 PDT 2006


Committed by: jjongsma

Update of /cvs/cairo/cairomm
In directory kemper:/tmp/cvs-serv5511

Modified Files:
	ChangeLog configure.in 
Log Message:
2006-06-30  Jonathon Jongsma  <jonathon.jongsma at gmail.com>

	* configure.in: bumped cairomm version to 0.7.0 and bumped cairo requirement
	to 1.2.0


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- ChangeLog	1 Jul 2006 02:58:49 -0000	1.60
+++ ChangeLog	1 Jul 2006 03:00:41 -0000	1.61
@@ -1,5 +1,10 @@
 2006-06-30  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
 
+	* configure.in: bumped cairomm version to 0.7.0 and bumped cairo requirement
+	to 1.2.0
+
+2006-06-30  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
+
 	* cairomm/xlib_surface.cc, cairomm/xlib_surface.h: add new get_height() and
 	get_width() API to XlibSurface
 

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairomm/configure.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- configure.in	13 Jun 2006 02:08:23 -0000	1.15
+++ configure.in	1 Jul 2006 03:00:41 -0000	1.16
@@ -2,7 +2,7 @@
 
 #release versioning
 GENERIC_MAJOR_VERSION=0
-GENERIC_MINOR_VERSION=6
+GENERIC_MINOR_VERSION=7
 GENERIC_MICRO_VERSION=0
 GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
 AC_SUBST(GENERIC_MAJOR_VERSION)
@@ -11,7 +11,7 @@
 AC_SUBST(GENERIC_VERSION)
 
 #shared library versioning
-GENERIC_LIBRARY_VERSION=0:6:0
+GENERIC_LIBRARY_VERSION=0:7:0
 #                       | | |
 #                +------+ | +---+
 #                |        |     |
@@ -90,7 +90,7 @@
 
 AC_CHECK_HEADERS(string list map, , exit)
 
-PKG_CHECK_MODULES(CAIROMM, cairo >= 1.1.7)
+PKG_CHECK_MODULES(CAIROMM, cairo >= 1.2.0)
 
 
 dnl Check whether to build the documentation directory



More information about the cairo-commit mailing list