mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 23:50:47 +00:00
version changed to ${version.major}.${version.minor}.${version.release}.${version.build}
This commit is contained in:
+6
-5
@@ -1,6 +1,7 @@
|
|||||||
#DO NOT MODIFY - it is updated automatically with the build script
|
#DO NOT MODIFY - it is updated automatically with the build script
|
||||||
major = 4
|
#Sat, 08 Nov 2014 16:34:43 +0100
|
||||||
minor = 0
|
major=${newversion.major}
|
||||||
release = 0
|
minor=${newversion.minor}
|
||||||
build = 299
|
release=${newversion.release}
|
||||||
debug = true
|
build=NaN
|
||||||
|
debug=true
|
||||||
|
|||||||
Reference in New Issue
Block a user