[GME-commit] GMESRC/GME/Gme GMEApp.cpp,1.122,1.123 GMEVersion.h,1.21,1.22

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Aug 24 07:43:59 CDT 2004


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

Modified Files:
	GMEApp.cpp GMEVersion.h 
Log Message:
Preparing for Release 4.8.24

CVS User: volgy

Index: GMEApp.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GMEApp.cpp,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -d -r1.122 -r1.123
*** GMEApp.cpp	24 Jul 2004 06:41:53 -0000	1.122
--- GMEApp.cpp	24 Aug 2004 11:43:56 -0000	1.123
***************
*** 136,140 ****
  		}
  		else if(bFlag && !strcmp(pszParam, "UNREGSERVER")) {
! 			HRESULT hr = UnRegisterTypeLib(LIBID_GMELib, 1, 0, LANG_NEUTRAL, SYS_WIN32);
  			if(hr == S_OK) { AfxMessageBox("Unregistered"); exit(0); }
  			else { AfxMessageBox("Unregistration error: " + hr); exit(-1); }
--- 136,140 ----
  		}
  		else if(bFlag && !strcmp(pszParam, "UNREGSERVER")) {
! 			HRESULT hr = UnRegisterTypeLib(LIBID_GmeLib, 1, 0, LANG_NEUTRAL, SYS_WIN32);
  			if(hr == S_OK) { AfxMessageBox("Unregistered"); exit(0); }
  			else { AfxMessageBox("Unregistration error: " + hr); exit(-1); }

Index: GMEVersion.h
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GMEVersion.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** GMEVersion.h	13 Aug 2004 10:23:12 -0000	1.21
--- GMEVersion.h	24 Aug 2004 11:43:56 -0000	1.22
***************
*** 4,8 ****
  #define GME_VERSION_MAJOR	4		// MAJOR = Last two digits of Year
  #define GME_VERSION_MINOR	8		// MINOR = Month
! #define GME_VERSION_PLEVEL	13		// PATCH LEVEL = Day
  
  #define _VERSION_STRING2(x)	#x 
--- 4,8 ----
  #define GME_VERSION_MAJOR	4		// MAJOR = Last two digits of Year
  #define GME_VERSION_MINOR	8		// MINOR = Month
! #define GME_VERSION_PLEVEL	24		// PATCH LEVEL = Day
  
  #define _VERSION_STRING2(x)	#x 



More information about the GME-commit mailing list