diff options
author | Romain Guy <romainguy@android.com> | 2009-12-14 18:54:33 -0800 |
---|---|---|
committer | Romain Guy <romainguy@android.com> | 2009-12-14 18:54:33 -0800 |
commit | 089e36f96eda087306e90df58048e803232e8a77 (patch) | |
tree | f491a37747bb950c2ca531d5c77c31855c0164c5 /services/java/com/android/server/ViewServer.java | |
parent | da1807fccbafab3ee7ea782d28f7535c1d5006f2 (diff) |
Bump ViewServer version number from 2 to 3
Diffstat (limited to 'services/java/com/android/server/ViewServer.java')
-rw-r--r-- | services/java/com/android/server/ViewServer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/java/com/android/server/ViewServer.java b/services/java/com/android/server/ViewServer.java index 07826a642258..e9a195161491 100644 --- a/services/java/com/android/server/ViewServer.java +++ b/services/java/com/android/server/ViewServer.java @@ -45,7 +45,7 @@ class ViewServer implements Runnable { private static final String LOG_TAG = "ViewServer"; private static final String VALUE_PROTOCOL_VERSION = "2"; - private static final String VALUE_SERVER_VERSION = "2"; + private static final String VALUE_SERVER_VERSION = "3"; // Protocol commands // Returns the protocol version |