diff options
author | Raphael <raphael@google.com> | 2009-10-27 15:33:17 -0700 |
---|---|---|
committer | Raphael <raphael@google.com> | 2009-10-27 15:33:17 -0700 |
commit | ce5cdc8d69d85f26ed0bc562876447df2f1d75c3 (patch) | |
tree | 4496866701d341bb80fcc1a3cdc0c826b3b66314 | |
parent | 855b3fe2368fb78fb795db4bdf2e5f315e1c66f1 (diff) | |
download | sdk-ce5cdc8d69d85f26ed0bc562876447df2f1d75c3.zip sdk-ce5cdc8d69d85f26ed0bc562876447df2f1d75c3.tar.gz sdk-ce5cdc8d69d85f26ed0bc562876447df2f1d75c3.tar.bz2 |
Prepare version numbers for next SDK & tools
Change-Id: I8e57df22462ec3e14e0f119b57999c208bb9d1fd
-rw-r--r-- | scripts/doc_source.properties | 4 | ||||
-rw-r--r-- | scripts/platform_source.properties | 6 | ||||
-rw-r--r-- | scripts/tools_source.properties | 2 | ||||
-rwxr-xr-x | scripts/usbdriver_source.properties | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/scripts/doc_source.properties b/scripts/doc_source.properties index fab394a..bdf9bd5 100644 --- a/scripts/doc_source.properties +++ b/scripts/doc_source.properties @@ -1,5 +1,5 @@ Pkg.UserSrc=false -Platform.Version=2.0 +Platform.Version=2.1 Pkg.Revision=1 -AndroidVersion.ApiLevel=5 +AndroidVersion.ApiLevel=6 diff --git a/scripts/platform_source.properties b/scripts/platform_source.properties index 01f7807..a5268c5 100644 --- a/scripts/platform_source.properties +++ b/scripts/platform_source.properties @@ -1,5 +1,5 @@ -Pkg.Desc=Android SDK Platform 2.0_r1 +Pkg.Desc=Android SDK Platform 2.1_r1 Pkg.UserSrc=false -Platform.Version=2.0 +Platform.Version=2.1 Pkg.Revision=1 -AndroidVersion.ApiLevel=5 +AndroidVersion.ApiLevel=6 diff --git a/scripts/tools_source.properties b/scripts/tools_source.properties index f23e52a..b75e326 100644 --- a/scripts/tools_source.properties +++ b/scripts/tools_source.properties @@ -1,2 +1,2 @@ Pkg.UserSrc=false -Pkg.Revision=3 +Pkg.Revision=4 diff --git a/scripts/usbdriver_source.properties b/scripts/usbdriver_source.properties index 9db3852..1984dca 100755 --- a/scripts/usbdriver_source.properties +++ b/scripts/usbdriver_source.properties @@ -1,4 +1,4 @@ -Pkg.Revision=1
+Pkg.Revision=2
Archive.Os=WINDOWS
Archive.Arch=ANY
Extra.Path=usb_driver
|