diff options
author | Kevin E Martin <kem@kem.org> | 2004-08-10 21:37:35 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2004-08-10 21:37:35 +0000 |
commit | 683e864a1fc60dc99f0f174836f22c0759b4e024 (patch) | |
tree | 760c9280c5aa8edad1af0de09fd9d59b4d608b8d | |
parent | 807e2659691df0ca28ed0d64ebb681a82e269a2e (diff) |
Update version to 6.7.99.1 and fix problem with snapshot string generation.
-rw-r--r-- | xorg.cf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -XCOMM $XdotOrg: xc/config/cf/xorg.cf,v 1.14 2004/07/23 17:53:33 anholt Exp $ +XCOMM $XdotOrg: xc/config/cf/xorg.cf,v 1.15 2004/08/08 20:56:56 krh Exp $ /* * This configuration file contains all of the configuration * information for the Xorg based X Servers. @@ -14,8 +14,8 @@ 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 0 -#define XORG_VERSION_SNAP 0 +#define XORG_VERSION_PATCH 99 +#define XORG_VERSION_SNAP 1 #if !defined(XorgVersionString) && \ defined(XORG_VERSION_MAJOR) && defined(XORG_VERSION_MINOR) && \ |