summaryrefslogtreecommitdiffstats
path: root/src/com/iciql
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/iciql')
-rw-r--r--src/com/iciql/Constants.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/iciql/Constants.java b/src/com/iciql/Constants.java
index b0c26d8..85a6738 100644
--- a/src/com/iciql/Constants.java
+++ b/src/com/iciql/Constants.java
@@ -25,14 +25,14 @@ 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.6";
+ public static final String VERSION = "0.7.7";
// 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-12-21";
+ public static final String VERSION_DATE = "2012-01-05";
// 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 API_CURRENT = "10";
+ public static final String API_CURRENT = "11";
}