Ver código fonte

Updated createrelease version

Mark Sibly 8 anos atrás
pai
commit
edbbacef5c
1 arquivos alterados com 2 adições e 3 exclusões
  1. 2 3
      src/createrelease/createrelease.monkey2

+ 2 - 3
src/createrelease/createrelease.monkey2

@@ -5,7 +5,7 @@
 Using libc..
 Using std..
 
-Const MX2CC_VERSION:="1.1.03"
+Const MX2CC_VERSION:="1.1.04"
 
 Const OUTPUT:="Monkey2-v"+MX2CC_VERSION
 
@@ -36,7 +36,7 @@ Function CopyFiles( dir:String )
 #elseif __TARGET__="linux"
 		If file.Contains( "_windows" ) Continue
 		If file.Contains( "_macos" ) Continue
-#endif
+#Endif
 			
 		Local src:=dir+"/"+file
 		
@@ -190,6 +190,5 @@ Function Main()
 #endif
 
 	Print "~nFinished!!!!!"
-
 	
 End