From 35479b1ef95ffb37c032cb83f0444292eb03d110 Mon Sep 17 00:00:00 2001 From: Pablo Ojanguren Date: Wed, 1 Jul 2015 13:46:03 +0200 Subject: [PATCH] Implements #32 Ant to show software version --- build-swellrt.properties | 2 +- build-swellrt.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build-swellrt.properties b/build-swellrt.properties index 7cc25831..f1e4d8ec 100644 --- a/build-swellrt.properties +++ b/build-swellrt.properties @@ -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 diff --git a/build-swellrt.xml b/build-swellrt.xml index 6b120083..be8a552f 100644 --- a/build-swellrt.xml +++ b/build-swellrt.xml @@ -405,5 +405,8 @@ + + Version=${swellrt.version} +