[Mobies-commit] [commit] r4151 - in GReAT/trunk: . Etc InnoSetup

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Fri Jan 25 18:26:31 CST 2013


Author: ksmyth
Date: Fri Jan 25 18:26:31 2013
New Revision: 4151

Log:
GReAT version 1.7.7

Modified:
   GReAT/trunk/Etc/GReATVersion.h
   GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss
   GReAT/trunk/releaseinfo.txt

Modified: GReAT/trunk/Etc/GReATVersion.h
==============================================================================
--- GReAT/trunk/Etc/GReATVersion.h	Fri Jan 25 16:41:02 2013	(r4150)
+++ GReAT/trunk/Etc/GReATVersion.h	Fri Jan 25 18:26:31 2013	(r4151)
@@ -1,5 +1,5 @@
 #ifndef GREAT_VERSION
-#define GREAT_VERSION "1.7.6"
-#define GREAT_VERSION_RC_STR "1, 7, 6, 0"
-#define GREAT_VERSION_RC 1,7,6,0
+#define GREAT_VERSION "1.7.7"
+#define GREAT_VERSION_RC_STR "1, 7, 7, 0"
+#define GREAT_VERSION_RC 1,7,7,0
 #endif // GREAT_VERSION

Modified: GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss
==============================================================================
--- GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss	Fri Jan 25 16:41:02 2013	(r4150)
+++ GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss	Fri Jan 25 18:26:31 2013	(r4151)
@@ -16,7 +16,7 @@
 
 #define GREATVER GetEnv('GREAT_VERSION')
 #if GREATVER == ""
-#define GREATVER "1.7.6"
+#define GREATVER "1.7.7"
 #endif
 
 #define OutputFileBase "GReAT_setup"

Modified: GReAT/trunk/releaseinfo.txt
==============================================================================
--- GReAT/trunk/releaseinfo.txt	Fri Jan 25 16:41:02 2013	(r4150)
+++ GReAT/trunk/releaseinfo.txt	Fri Jan 25 18:26:31 2013	(r4151)
@@ -1,4 +1,4 @@
-Copyright (c) Vanderbilt University, 2004-2012
+Copyright (c) Vanderbilt University, 2004-2013
 ALL RIGHTS RESERVED
 
 ** GReAT: Graph Rewriting And Transformations **
@@ -23,7 +23,7 @@
 
 1. If upgrading from GReAT 1.7.4 or earlier, export all previous transformation files to .xme
 2. Uninstall previous version of GReAT
-3. Run the install package to install GReAT and its related components 
+3. Run the GReAT installer 
 4. ** If you are upgrading from GReAT r1.1, run UPC.exe on previous model xme files to generate new xme files (You need to add mga.dtd to the user path or copy it to the local directory). Now you should be able to import the generated transformations in the new paradigm.
 5. Read the GReAT User Manual for instructions on how to use GReAT and its associated tools.
 6. To run the samples, please read the readme in each sample's directory. The GReAT Samples directory is under Public Documents.
@@ -71,6 +71,10 @@
 ----------------------
 Changelog
 ---------------------- 
+01/25/13
+		-	Relase 1.7.7
+			1. Fix COM registration
+
 02/02/12	-	Release 1.7.6
 			1. Udm 3.2.10 compatibility
 			2. Single-line comments are allowed at the end of AttributeMappings


More information about the Mobies-commit mailing list