New versioning scheme kids
This commit is contained in:
parent
be7856fa06
commit
5c0d532e1b
2 changed files with 5 additions and 2 deletions
|
@ -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*)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue