]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Switch to automake
[fontconfig.git] / fontconfig / fontconfig.h
index c2a713b49f08b8b0e39a1a173bf5bee4fa38a6f6..45c443b6181e3140a14a90b039be5e4f164654f5 100644 (file)
@@ -35,9 +35,10 @@ typedef int          FcBool;
 /*
  * Current Fontconfig version number
  */
+
 #define FC_MAJOR       1
 #define FC_MINOR       0
-#define FC_REVISION    2
+#define FC_REVISION    3
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))