diff options
author | Kevin E Martin <kem@kem.org> | 2004-09-17 15:38:18 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2004-09-17 15:38:18 +0000 |
commit | a024d0720b9a157604b8d3d3772e692c8f999eec (patch) | |
tree | 8096a9d2236bd2bf3b3a6bd46b46d34471bf51f5 | |
parent | edbd5c664d78283c7f925d226f66183ea2465497 (diff) |
Update the XORG_DATE for the release.XORG-6_8_1
Update cygwin release version.
Update documentation for release.
-rw-r--r-- | cygwin.cf | 2 | ||||
-rw-r--r-- | xorg.cf | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ # define CygxVersionMinor 8 #endif #ifndef CygxVersionPatch -# define CygxVersionPatch 0 +# define CygxVersionPatch 1 #endif #ifndef CygxVersionSnap # define CygxVersionSnap 0 @@ -1,4 +1,4 @@ -XCOMM $XdotOrg: xc/config/cf/xorg.cf,v 1.27 2004/09/03 22:00:10 kem Exp $ +XCOMM $XdotOrg: xc/config/cf/xorg.cf,v 1.27.2.1 2004/09/15 15:50:45 daniel Exp $ /* * This configuration file contains all of the configuration * information for the Xorg based X Servers. @@ -17,7 +17,7 @@ XCOMM $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $ #define XORG_VERSION_PATCH 1 #define XORG_VERSION_SNAP 0 -#define XORG_DATE "8 September 2004" +#define XORG_DATE "17 September 2004" #if !defined(XorgVersionString) && \ defined(XORG_VERSION_MAJOR) && defined(XORG_VERSION_MINOR) && \ |