diff options
author | Eamon Walsh <ewalsh@epoch.ncsc.mil> | 2004-05-04 19:44:04 +0000 |
---|---|---|
committer | Eamon Walsh <ewalsh@epoch.ncsc.mil> | 2004-05-04 19:44:04 +0000 |
commit | 9eb7c2c99ef2ae028d06923da8b7d19b9985e235 (patch) | |
tree | 0b40db196a0c6117e63a081b6029486701382ae9 | |
parent | 5694bec2e43a9f3bb7f7cd674693db8c02375747 (diff) |
Merge the new release from HEADXACE-SELINUX
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,8 +62,8 @@ IcePaVersionRec PMReplyVersions[] = {{PM_MAJOR_VERSION, PM_MINOR_VERSION, IcePoVersionRec PMSetupVersions[] = {{PM_MAJOR_VERSION, PM_MINOR_VERSION, PMSetupProcessMessages}}; -char *PM_VENDOR_STRING = "The X.Org Group"; -char *PM_VENDOR_RELEASE = "Release 6.6"; +char *PM_VENDOR_STRING = XVENDORNAME; +char *PM_VENDOR_RELEASE = XORG_RELEASE; int verbose = 0; |