• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


コミットメタ情報

リビジョン7bf68842d765ad7e6a51426b625d0de6d2331740 (tree)
日時2009-07-10 09:09:10
作者Mike Lockwood <lockwood@andr...>
コミッターMike Lockwood

ログメッセージ

adb: Increment ADB_SERVER_VERSION

It was pointed out that we should have done this when we added the "adb root" command.
And doing this will also force people to pick up the recent Linux USB serial number fix.

Signed-off-by: Mike Lockwood <lockwood@android.com>

変更サマリ

差分

--- a/adb/adb.h
+++ b/adb/adb.h
@@ -33,7 +33,7 @@
3333 #define ADB_VERSION_MAJOR 1 // Used for help/version information
3434 #define ADB_VERSION_MINOR 0 // Used for help/version information
3535
36-#define ADB_SERVER_VERSION 20 // Increment this when we want to force users to start a new adb server
36+#define ADB_SERVER_VERSION 21 // Increment this when we want to force users to start a new adb server
3737
3838 typedef struct amessage amessage;
3939 typedef struct apacket apacket;