]> git.wh0rd.org - fontconfig.git/commitdiff
Bump version to 2.6.0 2.6.0
authorKeith Packard <keithp@keithp.com>
Sun, 1 Jun 2008 02:24:35 +0000 (19:24 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 1 Jun 2008 02:24:35 +0000 (19:24 -0700)
README
configure.in
fontconfig/fontconfig.h

diff --git a/README b/README
index f012a0c79c04ec14a00aba248e8647e3a641ffef..205aea47ad4a5a64a2ba6fa8860ba745c5c99b98 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,14 @@
                               Fontconfig
              Font configuration and customization library
-                       Version 2.5.93 (2.6 RC3)
-                              2008-05-24
+                              Version 2.6
+                              2008-05-31
 
 
 Check INSTALL for compilation and installation instructions.
 Report bugs to https://bugs.freedesktop.org in the fontconfig module.
 
+2.6
+
 2.5.93 (2.6 RC3)
 
 Alexey Khoroshilov (1):
index 29f109b43ea54b4a830ada43629b2b424bdcae26..e2e3f064bab6e408951f5539692594ff1a76d8ef 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.5.93)
+AM_INIT_AUTOMAKE(fontconfig, 2.6.0)
 AM_MAINTAINER_MODE
 
 dnl libtool versioning
index 425fc2d316c18ee5bc74e6a6def101bcce021211..cd650a1aea0041ff5fb756e521e79a4bf400eb79 100644 (file)
@@ -52,8 +52,8 @@ typedef int           FcBool;
  */
 
 #define FC_MAJOR       2
-#define FC_MINOR       5
-#define FC_REVISION    93
+#define FC_MINOR       6
+#define FC_REVISION    0
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))