summaryrefslogtreecommitdiffstats
path: root/src/com/iciql/Constants.java
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2011-09-02 17:44:53 -0400
committerJames Moger <james.moger@gmail.com>2011-09-02 17:44:53 -0400
commit999af1bf78e0e45cb445f0adcf34588023b4ff76 (patch)
treeb5d1107df22422d299e25ed9a488c810885f4675 /src/com/iciql/Constants.java
parentba323f66e1727097ac91b1743c85ea563ee565cd (diff)
downloadiciql-999af1bf78e0e45cb445f0adcf34588023b4ff76.tar.gz
iciql-999af1bf78e0e45cb445f0adcf34588023b4ff76.zip
Generated models are now serializable.
Diffstat (limited to 'src/com/iciql/Constants.java')
-rw-r--r--src/com/iciql/Constants.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/iciql/Constants.java b/src/com/iciql/Constants.java
index 247c39a..5d63393 100644
--- a/src/com/iciql/Constants.java
+++ b/src/com/iciql/Constants.java
@@ -25,11 +25,11 @@ public class Constants {
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
- public static final String VERSION = "0.7.1";
+ public static final String VERSION = "0.7.2-SNAPSHOT";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
- public static final String VERSION_DATE = "2011-08-31";
+ public static final String VERSION_DATE = "PENDING";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.