Module Name: xsrc
Committed By: mrg
Date: Sat Nov 20 23:24:51 UTC 2010
Modified Files:
xsrc/external/mit/xmodmap/include: config.h
Log Message:
update for xmodmap 1.0.4.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xmodmap/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/xmodmap/include/config.h
diff -u xsrc/external/mit/xmodmap/include/config.h:1.3 xsrc/external/mit/xmodmap/include/config.h:1.4
--- xsrc/external/mit/xmodmap/include/config.h:1.3 Sun Jan 10 10:00:13 2010
+++ xsrc/external/mit/xmodmap/include/config.h Sat Nov 20 23:24:51 2010
@@ -41,13 +41,16 @@
#define PACKAGE_NAME "xmodmap"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmodmap 1.0.4"
+#define PACKAGE_STRING "xmodmap 1.0.5"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xmodmap"
+/* Define to the home page for this package. */
+#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
@@ -56,10 +59,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"