Skip to content

Commit

Permalink
Updated release to "1.1" in build.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
franslundberg committed Nov 4, 2015
1 parent 249e4bf commit 2c43f26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
ANT build script for building binson.jar and javadoc.
Support for unit tests not included. Should build for Java 1.5 and later.
Set JAVA_HOME environment variable.
-->

<project name="binson" default="build" basedir=".">

<target name="init" description="Initializes properties and prints version, release, and build.">
<property name="release" value="1.0"/>
<property name="release" value="1.1"/>

<tstamp>
<format property="dateString" pattern="yyMMdd" />
Expand Down

0 comments on commit 2c43f26

Please sign in to comment.