Forráskód Böngészése

Updated release files.

Mark Sibly 7 éve
szülő
commit
aadc4b3511
4 módosított fájl, 11 hozzáadás és 4 törlés
  1. 1 1
      ABOUT.HTML
  2. 6 0
      VERSIONS.TXT
  3. 3 2
      bin/env_windows.txt
  4. 1 1
      src/createrelease/createrelease.monkey2

+ 1 - 1
ABOUT.HTML

@@ -45,7 +45,7 @@ a:hover{
 
 <body>
 
-<h1>Monkey2 v2018.07</h1>
+<h1>Monkey2 v2018.07b</h1>
 
 <h2>Mx2cc v1.1.15</h2>
 

+ 6 - 0
VERSIONS.TXT

@@ -1,4 +1,10 @@
 
+***** Monkey-v2018.07b *****
+
+Fixed broken ios bb_print.
+
+Fixed kinda serious functions bug.
+
 Made sure Component.OnStart is always called before any other Component.OnBlah method.
 
 Added 'Protected Internal' access to mx2cc. Decls in protected internal sections in classes are visible both to subclasses, or to module they are declared in.

+ 3 - 2
bin/env_windows.txt

@@ -3,9 +3,10 @@
 '
 MX2_THREADS=1
 
-'Use MX2_USE_MSVC=1 to force use of msvc, or MX2_USE_MSVC=0 to force use of mingw.
+'Use MX2_USE_MSVC=1 to force use of msvc, or MX2_USE_MSVC=0 to force use of mingw. If MX2_USE_MSVC=1, msvc paths
+'below are used.
 '
-'If MX2_USE_MSVC is not set (or blank) mx2cc will attempt to autodetect msvc.
+'If MX2_USE_MSVC is not set (or blank) mx2cc will attempt to autodetect msvc and msvc paths.
 '
 MX2_USE_MSVC=
 

+ 1 - 1
src/createrelease/createrelease.monkey2

@@ -9,7 +9,7 @@ Const MONKEY2_VERSION:="2018.07"
 
 Const MX2CC_VERSION:="1.1.15"
 
-Const RELEASE_SUFFIX:=""
+Const RELEASE_SUFFIX:="b"
 
 Const OUTPUT:="Monkey2-v"+MONKEY2_VERSION+RELEASE_SUFFIX