Skip to content

Commit

Permalink
Implements #32 Ant to show software version
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojan committed Jul 1, 2015
1 parent 025a96a commit 35479b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-swellrt.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

# Current versions
swellrt.version=0.1
swellrt.version=0.1.0-alpha

swellrt.android.src.dir=android/src
swellrt.android.lib.dir=android/libs
Expand Down
3 changes: 3 additions & 0 deletions build-swellrt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,5 +405,8 @@
<target name="re-run" description="Clean, recompile and run server" depends="clean, swellrt-clean, compile-gwt, swellrt-js-compile-dev, run-server">
</target>

<target name="version" description="Show SwellRT version">
<echo>Version=${swellrt.version}</echo>
</target>

</project>

0 comments on commit 35479b1

Please sign in to comment.