diff options
author | Adam Lesinski <adamlesinski@google.com> | 2017-07-10 04:19:28 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2017-07-10 04:19:28 -0700 |
commit | f903d5f15ae03795a03c0e15935ffe1db8e870ae (patch) | |
tree | f502c097e79348de1580e4054f50c51a27534026 /tools/aapt2/Main.cpp | |
parent | f490ae3e5961a8dfdbd779f0c764b7d44d9d1221 (diff) |
AAPT2: Bump version number to v2.18
Test: none
Change-Id: I6e3b4c95a7d7ba416ba368e5b19782dbffa04fd8
Diffstat (limited to 'tools/aapt2/Main.cpp')
-rw-r--r-- | tools/aapt2/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/Main.cpp b/tools/aapt2/Main.cpp index 5978cdd154b9..c5d38abcdf71 100644 --- a/tools/aapt2/Main.cpp +++ b/tools/aapt2/Main.cpp @@ -27,7 +27,7 @@ namespace aapt { static const char* sMajorVersion = "2"; // Update minor version whenever a feature or flag is added. -static const char* sMinorVersion = "17"; +static const char* sMinorVersion = "18"; int PrintVersion() { std::cerr << "Android Asset Packaging Tool (aapt) " << sMajorVersion << "." |