Explorar el Código

Updated files for 2018.08 release.

Mark Sibly hace 7 años
padre
commit
e0ab97ad95
Se han modificado 3 ficheros con 11 adiciones y 4 borrados
  1. 2 2
      ABOUT.HTML
  2. 7 0
      VERSIONS.TXT
  3. 2 2
      src/createrelease/createrelease.monkey2

+ 2 - 2
ABOUT.HTML

@@ -45,11 +45,11 @@ a:hover{
 
 
 <body>
 <body>
 
 
-<h1>Monkey2 v2018.07b</h1>
+<h1>Monkey2 v2018.08</h1>
 
 
 <h2>Mx2cc v1.1.15</h2>
 <h2>Mx2cc v1.1.15</h2>
 
 
-<h2>Ted2go v2.12</h2>
+<h2>Ted2go v2.13</h2>
 
 
 <p>Welcome to monkey2, an open source, user friendly, cross platform programming language by Mark Sibly.
 <p>Welcome to monkey2, an open source, user friendly, cross platform programming language by Mark Sibly.
 
 

+ 7 - 0
VERSIONS.TXT

@@ -1,4 +1,11 @@
 
 
+***** Monkey2-v2018.08 *****
+
+Padded Time string conversion digits.
+
+Added support for use of extension methods as first class functions.
+
+
 ***** Monkey-v2018.07b *****
 ***** Monkey-v2018.07b *****
 
 
 Fixed broken ios bb_print.
 Fixed broken ios bb_print.

+ 2 - 2
src/createrelease/createrelease.monkey2

@@ -5,11 +5,11 @@
 Using libc..
 Using libc..
 Using std..
 Using std..
 
 
-Const MONKEY2_VERSION:="2018.07"
+Const MONKEY2_VERSION:="2018.08"
 
 
 Const MX2CC_VERSION:="1.1.15"
 Const MX2CC_VERSION:="1.1.15"
 
 
-Const RELEASE_SUFFIX:="b"
+Const RELEASE_SUFFIX:=""
 
 
 Const OUTPUT:="Monkey2-v"+MONKEY2_VERSION+RELEASE_SUFFIX
 Const OUTPUT:="Monkey2-v"+MONKEY2_VERSION+RELEASE_SUFFIX