[Commit] fontconfig/fontconfig fontconfig.h,1.41,1.42

commit@keithp.com commit@keithp.com
Mon, 21 Apr 2003 09:12:24 -0700


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

Modified Files:
	fontconfig.h 
Log Message:
Update to version 2.2.0


Index: fontconfig.h
===================================================================
RCS file: /local/src/CVS/fontconfig/fontconfig/fontconfig.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- fontconfig.h	16 Apr 2003 21:50:51 -0000	1.41
+++ fontconfig.h	21 Apr 2003 16:12:22 -0000	1.42
@@ -39,8 +39,8 @@
  */
 
 #define FC_MAJOR	2
-#define FC_MINOR	1
-#define FC_REVISION	94
+#define FC_MINOR	2
+#define FC_REVISION	0
 
 #define FC_VERSION	((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))