summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-04-11 23:00:51 +0000
committerKeith Packard <keithp@keithp.com>2003-04-11 23:00:51 +0000
commit0a557ec372a7dddede4edec3ac77caf328fd12f5 (patch)
tree67415c93caac9edfe50babe781f308fe683a0873
parent7f31f3781597e035b8432e0ce1c2894835b4988a (diff)
update version number to 2.1.93fc-2_1_93
-rw-r--r--configure.in2
-rw-r--r--fontconfig/fontconfig.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index b45f111..00b0351 100644
--- a/configure.in
+++ b/configure.in
@@ -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
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index 0e101d6..ca40834 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -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))