Browse Source

Bumped versions.

Mark Sibly 7 years ago
parent
commit
808d7e06a8
2 changed files with 3 additions and 3 deletions
  1. 2 2
      ABOUT.HTML
  2. 1 1
      src/mx2cc/mx2.monkey2

+ 2 - 2
ABOUT.HTML

@@ -45,9 +45,9 @@ a:hover{
 
 <body>
 
-<h1>Monkey2 v2018.04</h1>
+<h1>Monkey2 v2018.5</h1>
 
-<h2>Mx2cc v1.1.12</h2>
+<h2>Mx2cc v1.1.13</h2>
 <h2>Ted2go v2.10</h2>
 
 <p>Welcome to monkey2, an open source, user friendly, cross platform programming language by Mark Sibly.

+ 1 - 1
src/mx2cc/mx2.monkey2

@@ -44,7 +44,7 @@ Using std.collections
 Using libc
 
 'Make sure to rebuildall after changing this!
-Const MX2CC_VERSION:="1.1.12"
+Const MX2CC_VERSION:="1.1.13"
 
 'For 'emergency patch' versions, 'b', 'c' etc...
 Const MX2CC_VERSION_EXT:=""