Commit f6e56e35c9ce568601a30ba938912484b1576fe6
1 parent
676bb0b0
update version suffix in build script
Showing
1 changed file
with
1 additions
and
1 deletions
ant/build_liteloader.xml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpath="tasks/ant-contrib.jar" /> |
5 | 5 | |
6 | 6 | <!-- Versions !!IMPORTANT --> |
7 | - <property name="version" value="1.7.10_01" /> | |
7 | + <property name="version" value="1.7.10_02" /> | |
8 | 8 | <property name="mcversion" value="1.7.10" /> |
9 | 9 | <property name="author" value="Mumfrey" /> |
10 | 10 | ... | ... |