Browse Source

Alpha-2 for the SDK

Rémy Bouquet 9 years ago
parent
commit
17f712e91d

+ 1 - 1
branding/core/core.jar/org/netbeans/core/startup/Bundle.properties

@@ -1,6 +1,6 @@
 #Updated by build script
 #Sat, 27 Aug 2011 22:46:29 +0200
-currentVersion=jMonkeyEngine SDK 3.1.0-SNAPSHOT
+currentVersion=jMonkeyEngine SDK 3.1.0-alpha2
 LBL_splash_window_title=Starting jMonkeyEngine SDK
 SPLASH_HEIGHT=350
 SPLASH_WIDTH=500

+ 2 - 2
branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties

@@ -1,4 +1,4 @@
 #Updated by build script
 #Sat, 27 Aug 2011 22:46:29 +0200
-CTL_MainWindow_Title=jMonkeyEngine SDK 3.1.0-SNAPSHOT
-CTL_MainWindow_Title_No_Project=jMonkeyEngine SDK 3.1.0-SNAPSHOT
+CTL_MainWindow_Title=jMonkeyEngine SDK 3.1.0-alpha2
+CTL_MainWindow_Title_No_Project=jMonkeyEngine SDK 3.1.0-alpha2

+ 1 - 1
build.gradle

@@ -20,7 +20,7 @@ repositories {
 
 }
 
-ext.jmeFullVersion = "3.1.0-SNAPSHOT"
+ext.jmeFullVersion = "3.1.0-alpha2"
 ext.jmeNbmRevision = 0
 
 configurations {

+ 2 - 2
nbproject/project.properties

@@ -1,4 +1,4 @@
-#Sat, 05 Mar 2016 00:24:42 +0100
+#Sat, 05 Mar 2016 18:15:57 +0100
 app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
 #same as ${branding.token}
 app.name=jmonkeyplatform
@@ -7,7 +7,7 @@ app.description=A complete 3D game development suite written purely in Java.
 app.categories=Development,Graphics,IDE,3DGraphics,Java
 app.icon.icns=jmonkeyplatform.icns
 #version name used for application and settings folder, no spaces!
-app.version=3.1.0-SNAPSHOT
+app.version=3.1.0-alpha2
 #version number used for plugins, only 3 numbers (e.g. 3.1.3)
 plugins.version=3.1.0
 nbm.revision=0