[Commit] Xft Xft.h,1.34,1.35 configure.ac,1.10,1.11

Keith Packard commit@keithp.com
Mon, 05 May 2003 22:37:51 -0700


Committed by: keithp

Update of /local/src/CVS/Xft
In directory home.keithp.com:/tmp/cvs-serv7387

Modified Files:
	Xft.h configure.ac 
Log Message:
Bump version to 2.1.2


Index: Xft.h
===================================================================
RCS file: /local/src/CVS/Xft/Xft.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Xft.h	21 Apr 2003 16:59:26 -0000	1.34
+++ Xft.h	6 May 2003 05:37:49 -0000	1.35
@@ -33,7 +33,7 @@
 
 #define XFT_MAJOR	2
 #define XFT_MINOR	1
-#define XFT_REVISION	1
+#define XFT_REVISION	2
 #define XFT_VERSION	((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + (XFT_REVISION))
 #define XftVersion	XFT_VERSION
 

Index: configure.ac
===================================================================
RCS file: /local/src/CVS/Xft/configure.ac,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- configure.ac	6 May 2003 04:44:26 -0000	1.10
+++ configure.ac	6 May 2003 05:37:49 -0000	1.11
@@ -30,7 +30,7 @@
 dnl version.  This same version number must appear in Xft.h
 dnl Yes, it is a pain to synchronize version numbers.  Unfortunately, it's
 dnl not possible to extract the version number here from Xft.h
-AM_INIT_AUTOMAKE(xft, 2.1.1)
+AM_INIT_AUTOMAKE(xft, 2.1.2)
 
 # checks for progs
 AC_PROG_CC