Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Add -SNAPSHOT to build number
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Johnston committed Mar 6, 2011
1 parent 311a01e commit 89785e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

<property name="version" value="1.0beta3" />
<property name="version" value="1.0beta3-SNAPSHOT" />
<property name="build_dir" value="./build" />
<property name="src_dir" value="./sources" />

Expand Down

0 comments on commit 89785e2

Please sign in to comment.