aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2012-01-05 09:24:42 -0500
committerJames Moger <james.moger@gmail.com>2012-01-05 09:24:42 -0500
commit28d2cf5b30ba18f20db54ed9447bc19cb0e4e1b0 (patch)
treeb359d09c6913cd38bddb36ea9205b7442a9af740 /src/com
parent0932e559b420d46f8394a464c466804c1df0ede1 (diff)
downloadiciql-28d2cf5b30ba18f20db54ed9447bc19cb0e4e1b0.tar.gz
iciql-28d2cf5b30ba18f20db54ed9447bc19cb0e4e1b0.zip
Prepare 0.7.7 releasev0.7.7
Diffstat (limited to 'src/com')
-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";
}