[Vm-dev] [commit][3366] Fix VERSION_TAG format to agree with existing convention.

commits at squeakvm.org commits at squeakvm.org
Tue Jun 2 18:10:31 UTC 2015


Revision: 3366
Author:   eliot
Date:     2015-06-02 11:10:30 -0700 (Tue, 02 Jun 2015)
Log Message:
-----------
Fix VERSION_TAG format to agree with existing convention.

Modified Paths:
--------------
    branches/Cog/platforms/Cross/vm/sqSCCSVersion.h

Property Changed:
----------------
    branches/Cog/platforms/Cross/vm/sqSCCSVersion.h

Modified: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
===================================================================
--- branches/Cog/platforms/Cross/vm/sqSCCSVersion.h	2015-06-02 00:20:23 UTC (rev 3365)
+++ branches/Cog/platforms/Cross/vm/sqSCCSVersion.h	2015-06-02 18:10:30 UTC (rev 3366)
@@ -116,7 +116,7 @@
 	else if (argc == 2 && !strcmp(argv[1], "VM_RELEASE"))
 		printf("%s\n", revisionAsString());
 	else if (argc == 2 && !strcmp(argv[1], "VERSION_TAG"))
-		printf("%s.%s\n", vm_version, revisionAsString());
+		printf("%s-%s\n", vm_version, revisionAsString());
 	else
 		return 1;
 


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Mon Jun  1 17:18:50 PDT 2015
   + Tue Jun  2 11:10:08 PDT 2015



More information about the Vm-dev mailing list