diff options
author | Kevin E Martin <kem@kem.org> | 2004-09-02 08:48:41 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2004-09-02 08:48:41 +0000 |
commit | 98c41c44c16ef323ca27fb4a3bbf67a2c372c4c8 (patch) | |
tree | 90a32801b4a72383d960502acb238f965cf3014a | |
parent | fb69f61872ee49e881f3c3d3ba6cda85793b9148 (diff) |
Update release number and date for RC4.XORG-6_7_99_904
-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) && \ |