summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Ping Hu <yph@google.com>2014-03-14 11:12:50 -0700
committerYu Ping Hu <yph@google.com>2014-03-14 11:14:06 -0700
commit0a5006cadd8020ff099a6dbe559afa19ee441633 (patch)
tree93b93510d100d95c78593305f38d222071847908
parent599362dca6ab98d19d5afcdace4ae1949b2e6748 (diff)
downloadExchange-0a5006cadd8020ff099a6dbe559afa19ee441633.tar.gz
Bump the version code in the useragent string.
This makes it easier for us to know when someone is on the newer code. Change-Id: Idd3e11cd822721decc795b5d16ef4962a7882e55
-rw-r--r--src/com/android/exchange/Eas.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/exchange/Eas.java b/src/com/android/exchange/Eas.java
index 47142bb8..3e0e400d 100644
--- a/src/com/android/exchange/Eas.java
+++ b/src/com/android/exchange/Eas.java
@@ -43,7 +43,7 @@ public class Eas {
public static boolean PARSER_LOG = false; // DO NOT CHECK IN WITH THIS SET TO TRUE
public static boolean FILE_LOG = false; // DO NOT CHECK IN WITH THIS SET TO TRUE
- public static final String CLIENT_VERSION = "EAS-1.3";
+ public static final String CLIENT_VERSION = "EAS-2.0";
public static final String ACCOUNT_MAILBOX_PREFIX = "__eas";
// Define our default protocol version as 2.5 (Exchange 2003)