Fast-forward master to working and delete working #1
|
@ -21,7 +21,7 @@ project.ext.versionPatch = 0
|
||||||
|
|
||||||
project.ext.isPrerelease = true
|
project.ext.isPrerelease = true
|
||||||
project.ext.prereleaseName = "alpha"
|
project.ext.prereleaseName = "alpha"
|
||||||
project.ext.prerealeaseUpdate = 2
|
project.ext.prerealeaseUpdate = 3
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
|
|
|
@ -60,7 +60,7 @@ public class Pluto
|
||||||
*
|
*
|
||||||
* @since pre-alpha
|
* @since pre-alpha
|
||||||
* */
|
* */
|
||||||
public static final int PRERELEASE_PATCH = 2;
|
public static final int PRERELEASE_PATCH = 3;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The combined version string.
|
* The combined version string.
|
||||||
|
|
Loading…
Reference in New Issue