[xorg-commit-diffs] xc/programs/twm Imakefile, 1.1.4.2.6.1, 1.1.4.2.6.1.6.1 version.c, 1.1, 1.1.20.1

Roland Mainz xorg-commit at pdx.freedesktop.org
Sat Apr 10 02:05:52 PDT 2004


Committed by: gisburn

Update of /cvs/xorg/xc/programs/twm
In directory pdx:/tmp/cvs-serv7662/xc/programs/twm

Modified Files:
      Tag: XPRINT
	Imakefile version.c 
Log Message:
Resync to 2004-04-10 XORG-RELEASE-1 branch

Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/programs/twm/Imakefile,v
retrieving revision 1.1.4.2.6.1
retrieving revision 1.1.4.2.6.1.6.1
diff -u -d -r1.1.4.2.6.1 -r1.1.4.2.6.1.6.1
--- a/Imakefile	4 Mar 2004 17:48:53 -0000	1.1.4.2.6.1
+++ b/Imakefile	10 Apr 2004 09:05:48 -0000	1.1.4.2.6.1.6.1
@@ -5,6 +5,10 @@
 
 XCOMM $XFree86: xc/programs/twm/Imakefile,v 3.14 2002/10/08 20:54:04 keithp Exp $
 
+
+         XORGREL = XOrgReleaseString
+     XORGREL_DEF = -DXORG_RELEASE="\"$(XORGREL)\""
+
 #if HasMkstemp
   MKTMP_DEFINES = -DHAS_MKSTEMP
 #endif
@@ -12,7 +16,7 @@
         DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) XkbClientDepLibs $(DEPXLIB)
 LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) XkbClientLibs $(XLIB)
        LINTLIBS = $(LINTXMU) $(LINTXTOOLLIB) $(LINTXLIB)
-        DEFINES = $(SIGNAL_DEFINES) $(MKTMP_DEFINES) XkbClientDefines
+        DEFINES = $(SIGNAL_DEFINES) $(MKTMP_DEFINES) XkbClientDefines $(XORGREL_DEF)
 
            SRCS = gram.c lex.c deftwmrc.c add_window.c gc.c list.c twm.c \
 		parse.c menus.c events.c resize.c util.c version.c iconmgr.c \

Index: version.c
===================================================================
RCS file: /cvs/xorg/xc/programs/twm/version.c,v
retrieving revision 1.1
retrieving revision 1.1.20.1
diff -u -d -r1.1 -r1.1.20.1
--- a/version.c	14 Nov 2003 15:54:53 -0000	1.1
+++ b/version.c	10 Apr 2004 09:05:48 -0000	1.1.20.1
@@ -50,5 +50,5 @@
 /*****************************************************************************/
 
 /* $Xorg: version.c,v 1.4 2001/02/09 02:05:37 xorgcvs Exp $ */
-char *Version = "The Open Group, R6.3";
+char *Version = XVENDORNAME", "XORG_RELEASE;
 




More information about the xorg-commit-diffs mailing list