rev 705 - in trunk: . include/prothon

SVN User <[email protected]> Mon, 05 Jul 2004 14:08:57 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-07-05 14:08:54 -0400 (Mon, 05 Jul 2004)
New Revision: 705

Modified:
   trunk/CHANGES.txt
   trunk/include/prothon/prothon.h
Log:
*** release build ***

Modified: trunk/CHANGES.txt
===================================================================
--- trunk/CHANGES.txt	2004-07-05 00:20:07 UTC (rev 704)
+++ trunk/CHANGES.txt	2004-07-05 18:08:54 UTC (rev 705)
@@ -1,7 +1,7 @@
 
 			----- Prothon Release History ----
 
-Version 0.1.2 - Build 700 - 7/04/04
+Version 0.1.2 - Build 705 - 7/05/04
 	- print is now a function, not a keyword
 	- function-as-command feature allows print to be used without parens
 	- Added prop keyword and properties feature with wildcards

Modified: trunk/include/prothon/prothon.h
===================================================================
--- trunk/include/prothon/prothon.h	2004-07-05 00:20:07 UTC (rev 704)
+++ trunk/include/prothon/prothon.h	2004-07-05 18:08:54 UTC (rev 705)
@@ -81,7 +81,7 @@
 #endif
  
 #define PROTHON_VERSION_NUMBER	"0.1"
-#define PROTHON_VERSION_BUILD   "$Rev: 700$"  
+#define PROTHON_VERSION_BUILD   "$Rev: 705$"  
 #define PROTHON_VERSION_DATE	__DATE__
 
 #ifndef FALSE