Version 0.9.4
This commit is contained in:
parent
39a981cbd4
commit
5a028425fb
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
bld.downloadExtensionJavadoc=false
|
||||
bld.downloadExtensionSources=true
|
||||
bld.extensions=com.uwyn.rife2:bld-generated-version:0.9.3
|
||||
bld.extensions=com.uwyn.rife2:bld-generated-version:0.9.4
|
||||
bld.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
|
||||
bld.downloadLocation=
|
||||
bld.version=1.8.0
|
||||
|
|
|
@ -12,7 +12,7 @@ import java.util.Date;
|
|||
*/
|
||||
public final class GeneratedVersion {
|
||||
public static final String PROJECT = "Sample";
|
||||
public static final Date BUILD_DATE = new Date(1699921996786L);
|
||||
public static final Date BUILD_DATE = new Date(1706686412610L);
|
||||
public static final int MAJOR = 1;
|
||||
public static final int MINOR = 0;
|
||||
public static final int REVISION = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue