]> git.wh0rd.org - fontconfig.git/commitdiff
update version number to 2.1.93 fc-2_1_93
authorKeith Packard <keithp@keithp.com>
Fri, 11 Apr 2003 23:00:51 +0000 (23:00 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 11 Apr 2003 23:00:51 +0000 (23:00 +0000)
configure.in
fontconfig/fontconfig.h

index b45f1115f46dd613761659da9fd5294943602ff3..00b0351d8172820f6515575ac822d5075e983486 100644 (file)
@@ -33,7 +33,7 @@ dnl This is the package version number, not the shared library
 dnl version.  This same version number must appear in fontconfig/fontconfig.h
 dnl Yes, it is a pain to synchronize version numbers.  Unfortunately, it's
 dnl not possible to extract the version number here from fontconfig.h
-AM_INIT_AUTOMAKE(fontconfig, 2.1.92)
+AM_INIT_AUTOMAKE(fontconfig, 2.1.93)
 
 dnl libtool versioning
 
index 0e101d60b16a0909ca966f79c3773c59d5511e08..ca40834362948b90465e8114bff9ce55af9d738e 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       1
-#define FC_REVISION    92
+#define FC_REVISION    93
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))