diff options
-rw-r--r-- | cygwin.cf | 2 | ||||
-rw-r--r-- | xorg.cf | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -9,7 +9,7 @@ # define CygxVersionPatch 99 #endif #ifndef CygxVersionSnap -# define CygxVersionSnap 2 +# define CygxVersionSnap 904 #endif #ifndef CygxVersionServer # define CygxVersionServer 0 @@ -1,4 +1,4 @@ -XCOMM $XdotOrg: xc/config/cf/xorg.cf,v 1.23 2004/08/19 16:28:42 kem Exp $ +XCOMM $XdotOrg: xc/config/cf/xorg.cf,v 1.24 2004/08/28 14:48:12 kem Exp $ /* * This configuration file contains all of the configuration * information for the Xorg based X Servers. @@ -15,9 +15,9 @@ XCOMM $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $ #define XORG_VERSION_MAJOR 6 #define XORG_VERSION_MINOR 7 #define XORG_VERSION_PATCH 99 -#define XORG_VERSION_SNAP 903 +#define XORG_VERSION_SNAP 904 -#define XORG_DATE "28 August 2004" +#define XORG_DATE "02 September 2004" #if !defined(XorgVersionString) && \ defined(XORG_VERSION_MAJOR) && defined(XORG_VERSION_MINOR) && \ |