[commit] r1215 - in trunk: Doc GME/Gme
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Mar 23 10:43:43 CDT 2011
Author: ksmyth
Date: Wed Mar 23 10:43:43 2011
New Revision: 1215
Log:
Prepare for release 11.3.23
Modified:
trunk/Doc/README_in.txt
trunk/GME/Gme/GMEVersion.h
Modified: trunk/Doc/README_in.txt
==============================================================================
--- trunk/Doc/README_in.txt Wed Mar 23 10:19:32 2011 (r1214)
+++ trunk/Doc/README_in.txt Wed Mar 23 10:43:43 2011 (r1215)
@@ -28,7 +28,7 @@
1. Release Notes
************************************************
-Release Notes of Release r11.0.539
+Release Notes of Release r11.3.23
----------------------------------
- Binary compatibility with r10.8.18
- Changes in the SDK requires changes to existing interpreters:
Modified: trunk/GME/Gme/GMEVersion.h
==============================================================================
--- trunk/GME/Gme/GMEVersion.h Wed Mar 23 10:19:32 2011 (r1214)
+++ trunk/GME/Gme/GMEVersion.h Wed Mar 23 10:43:43 2011 (r1215)
@@ -3,9 +3,9 @@
#if !defined(_GMEVERSION_H_)
#define _GMEVERSION_H_
-#define GME_VERSION_MAJOR 10 // MAJOR = Last two digits of Year
-#define GME_VERSION_MINOR 10 // MINOR = Month
-#define GME_VERSION_PLEVEL 10 // PATCH LEVEL = Day
+#define GME_VERSION_MAJOR 11 // MAJOR = Last two digits of Year
+#define GME_VERSION_MINOR 3 // MINOR = Month
+#define GME_VERSION_PLEVEL 23 // PATCH LEVEL = Day
#define _VERSION_STRING2(x) #x
#define _VERSION_STRING(x) _VERSION_STRING2(x)
More information about the gme-commit
mailing list