Module Name: xsrc
Committed By: mrg
Date: Sat Nov 20 23:24:24 UTC 2010
Modified Files:
xsrc/external/mit/xmag/include: config.h
Log Message:
update for xmag 1.0.4.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xmag/include/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xmag/include/config.h
diff -u xsrc/external/mit/xmag/include/config.h:1.2 xsrc/external/mit/xmag/include/config.h:1.3
--- xsrc/external/mit/xmag/include/config.h:1.2 Sun Jan 10 09:59:55 2010
+++ xsrc/external/mit/xmag/include/config.h Sat Nov 20 23:24:24 2010
@@ -47,13 +47,16 @@
#define PACKAGE_NAME "xmag"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmag 1.0.3"
+#define PACKAGE_STRING "xmag 1.0.4"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xmag"
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.3"
+#define PACKAGE_VERSION "1.0.4"
/* Major version of this package */
#define PACKAGE_VERSION_MAJOR 1
@@ -62,10 +65,10 @@
#define PACKAGE_VERSION_MINOR 0
/* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 3
+#define PACKAGE_VERSION_PATCHLEVEL 4
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "1.0.3"
+#define VERSION "1.0.4"