New versioning scheme kids

This commit is contained in:
Adubbz 2013-09-24 09:48:01 +10:00
parent be7856fa06
commit 5c0d532e1b
2 changed files with 5 additions and 2 deletions

View file

@ -22,7 +22,7 @@
## Changelog
Version 0.6.3 (Unreleased)
Version 1.1.0 (Unreleased)
- Made steam particles animated
- Added the Phantom
- Removed the crafting recipe for ghastly souls (*I wonder where they went*)

View file

@ -2,7 +2,10 @@
<property environment="env" />
<property file="buildspecs.properties" prefix="buildspecs" />
<property name="mod.version" value="0.6.3" />
<property name="mod.majorversion" value="1" />
<property name="mod.minecraftversion" value="1" />
<property name="mod.bugfixversion" value="0" />
<property name="mod.version" value="${mod.majorversion}.${mod.minecraftversion}.${mod.bugfixversion}" />
<condition property="mod.build" value="${env.BUILD_NUMBER}" else="0">
<isset property="env.BUILD_NUMBER" />
</condition>