Browse Source

Cleanups.

Mark Sibly 8 years ago
parent
commit
284db64301
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/createrelease/createrelease.monkey2

+ 3 - 1
src/createrelease/createrelease.monkey2

@@ -5,7 +5,7 @@
 Using libc..
 Using std..
 
-Const MX2CC_VERSION:="1.1.01"
+Const MX2CC_VERSION:="1.1.02"
 
 Const OUTPUT:="Monkey2-v"+MX2CC_VERSION
 
@@ -84,6 +84,8 @@ Function CopyRelease()
 	CopyFiles( "bananas" )
 	CopyFiles( "products" )
 	CopyFiles( "src" )
+	DeleteDir( "src/c2mx2",True )
+	DeleteDir( "src/mx23d",True )
 	CreateDir( output+"/devtools" )
 	
 	Copy( "hello-world.monkey2" )