]> git.wh0rd.org - fontconfig.git/commitdiff
bump version to 2.1.94
authorKeith Packard <keithp@keithp.com>
Wed, 16 Apr 2003 21:50:51 +0000 (21:50 +0000)
committerKeith Packard <keithp@keithp.com>
Wed, 16 Apr 2003 21:50:51 +0000 (21:50 +0000)
configure.in
fontconfig/fontconfig.h

index 00b0351d8172820f6515575ac822d5075e983486..b02940d1d0aaac3c313af441137f6c9d9adf10ec 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.93)
+AM_INIT_AUTOMAKE(fontconfig, 2.1.94)
 
 dnl libtool versioning
 
index 2a26fa8185d1bd7a3a4c2c2c11a1f280cac59700..779590545d84e55cbea7c88e3ac01c651d9fd03b 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       1
-#define FC_REVISION    93
+#define FC_REVISION    94
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))