summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-06-09 18:38:08 +0000
committerKeith Packard <keithp@keithp.com>2003-06-09 18:38:08 +0000
commite65f957f4ec6a6061ad279e9e1b9be7d8b865b96 (patch)
tree1529ac13899aed3da255d15c3207d26617715d31
parent7e26bbeb2383cdd9db865aa0e0229afaedd9e7fd (diff)
Update version number to 2.2.1fc-2_2_1
-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 3453bae..3badba3 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.2.0)
+AM_INIT_AUTOMAKE(fontconfig, 2.2.1)
dnl libtool versioning
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index bae92fe..8c1acd5 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -40,7 +40,7 @@ typedef int FcBool;
#define FC_MAJOR 2
#define FC_MINOR 2
-#define FC_REVISION 0
+#define FC_REVISION 1
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))