summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-03-25 09:07:32 +0000
committerEgbert Eich <eich@suse.de>2004-03-25 09:07:32 +0000
commitf4621a9542305ebc2b479395577e9d965eaa59e3 (patch)
tree0b40db196a0c6117e63a081b6029486701382ae9
parentd78269a68788ef64fe05831050d7c904345cb16d (diff)
21. Fixing some occurances of hard coded version numbers in applicationsXORG-TM-CYGWIN-MERGEXORG-TM-CYGWIN-LAST-MERGEXORG-RELEASE-1-TM-CLOSEDXORG-RELEASE-1-TM
like twm, xrx, proxymgr, xmh (Bugzilla #369, Egbert Eich).
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 913939b..171be29 100644
--- a/main.c
+++ b/main.c
@@ -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;