build.xml: bump version number

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@677 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
jason@long.name 2013-05-24 00:32:28 +00:00
parent f3af16e2e4
commit e06fe7a7ee

View file

@ -9,7 +9,7 @@
-->
<project name="micropolisj" default="all">
<property name="package-version" value="1.3" />
<property name="package-version" value="1.4" />
<property name="srcdir" location="src" />
<property name="builddir" location="build" />