Skip to content

Commit

Permalink
[29.0.6] update version with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
prife committed May 8, 2020
1 parent 0a65a79 commit a1f8f8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/platform_tools_version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define PLATFORM_TOOLS_VERSION "28.0.1"
#define PLATFORM_TOOLS_VERSION "29.0.6"
2 changes: 1 addition & 1 deletion lib/libbuildversion/libbuildversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ std::string GetBuildNumber() {
#else

extern "C" {
char soong_build_number[128] = "SOONG BUILD NUMBER PLACEHOLDER";
char soong_build_number[128] = "6198805";
}

std::string GetBuildNumber() {
Expand Down

0 comments on commit a1f8f8f

Please sign in to comment.