From 73324845bf2a6ee05fa5cf3cb5902ae221ee1688 Mon Sep 17 00:00:00 2001 From: James Roseborough Date: Fri, 4 Apr 2008 04:06:12 +0000 Subject: [PATCH] Up to version 0.24, add "dist" ant target to create a distribution. --- build.xml | 22 ++++++++++++++++++++++ version.properties | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 5c6ffbba..07b1f636 100644 --- a/build.xml +++ b/build.xml @@ -107,6 +107,28 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/version.properties b/version.properties index 052b8a2f..feac3cea 100644 --- a/version.properties +++ b/version.properties @@ -1 +1 @@ -version: 0.23 +version: 0.24