[GME-commit] GMESRC/GME/Gme GME.rc,1.132,1.133 GMEVersion.h,1.26,1.27

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Nov 9 14:43:42 CST 2004


Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv27132/GME/Gme

Modified Files:
	GME.rc GMEVersion.h 
Log Message:
Preparing for Release 4.11.9

CVS User: volgy

Index: GME.rc
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GME.rc,v
retrieving revision 1.132
retrieving revision 1.133
diff -C2 -d -r1.132 -r1.133
*** GME.rc	29 Oct 2004 17:34:51 -0000	1.132
--- GME.rc	9 Nov 2004 20:43:39 -0000	1.133
***************
*** 559,563 ****
  FONT 10, "MS Sans Serif"
  BEGIN
!     CTEXT           "4.9.28",IDC_STATIC,11,65,152,8,SS_NOPREFIX
      CTEXT           "Copyright © 2000-2004 Vanderbilt University",IDC_STATIC,
                      10,75,152,8
--- 559,563 ----
  FONT 10, "MS Sans Serif"
  BEGIN
!     CTEXT           GME_VERSION_STR,IDC_STATIC,11,65,152,8,SS_NOPREFIX
      CTEXT           "Copyright © 2000-2004 Vanderbilt University",IDC_STATIC,
                      10,75,152,8

Index: GMEVersion.h
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GMEVersion.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** GMEVersion.h	29 Oct 2004 22:16:46 -0000	1.26
--- GMEVersion.h	9 Nov 2004 20:43:39 -0000	1.27
***************
*** 3,8 ****
  
  #define GME_VERSION_MAJOR	4		// MAJOR = Last two digits of Year
! #define GME_VERSION_MINOR	10		// MINOR = Month
! #define GME_VERSION_PLEVEL	29		// PATCH LEVEL = Day
  
  #define _VERSION_STRING2(x)	#x 
--- 3,8 ----
  
  #define GME_VERSION_MAJOR	4		// MAJOR = Last two digits of Year
! #define GME_VERSION_MINOR	11		// MINOR = Month
! #define GME_VERSION_PLEVEL	2		// PATCH LEVEL = Day
  
  #define _VERSION_STRING2(x)	#x 



More information about the GME-commit mailing list