Module Name:    xsrc
Committed By:   mrg
Date:           Fri May 31 08:18:27 UTC 2013

Modified Files:
        xsrc/external/mit/xmag/include: config.h

Log Message:
update this for xmag 1.0.5


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 xsrc/external/mit/xmag/include/config.h:1.4
--- xsrc/external/mit/xmag/include/config.h:1.3	Sat Nov 20 23:24:24 2010
+++ xsrc/external/mit/xmag/include/config.h	Fri May 31 08:18:27 2013
@@ -4,6 +4,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
+/* Define to 1 if you have the `lrint' function. */
+#define HAVE_LRINT 1
+
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
@@ -47,7 +50,7 @@
 #define PACKAGE_NAME "xmag"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmag 1.0.4"
+#define PACKAGE_STRING "xmag 1.0.5"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xmag"
@@ -56,7 +59,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.4"
+#define PACKAGE_VERSION "1.0.5"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -65,10 +68,10 @@
 #define PACKAGE_VERSION_MINOR 0
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 4
+#define PACKAGE_VERSION_PATCHLEVEL 5
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.0.4"
+#define VERSION "1.0.5"

Reply via email to