From 089e36f96eda087306e90df58048e803232e8a77 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Mon, 14 Dec 2009 18:54:33 -0800 Subject: [PATCH] Bump ViewServer version number from 2 to 3 --- services/java/com/android/server/ViewServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/java/com/android/server/ViewServer.java b/services/java/com/android/server/ViewServer.java index 07826a642258e..e9a195161491f 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