summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2013-12-03 12:39:17 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2013-12-03 12:39:17 +0800
commit54f0ce4de22e0af9c4ef3c040bfc366ab2c75750 (patch)
treef3d5d01f5a776c8faa7c43b960bbcc112a285c41
parent05f7dcda500e83e5cec87cc05e2ba2f8a6d28a8d (diff)
downloadpango-54f0ce4de22e0af9c4ef3c040bfc366ab2c75750.tar.gz
Update config.h.win32.in
Make its entries more consistent to the autotools-generated config.h.in, and update MODULE_VERSION to 1.8.0, as that was missed.
-rw-r--r--config.h.win32.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index 59fb177b..f9ed4dc7 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -98,9 +98,6 @@
/* Define to 1 if you have the <unistd.h> header file. */
/* #undef HAVE_UNISTD_H */
-/* Have X libraries */
-/* #undef HAVE_X */
-
/* Have Xft library */
/* #undef HAVE_XFT */
@@ -109,7 +106,7 @@
#define LT_OBJDIR ".libs/"
/* Module interface version */
-#define MODULE_VERSION "1.6.0"
+#define MODULE_VERSION "1.8.0"
/* Name of package */
#define PACKAGE "pango"