diff options
author | Adam Lesinski <adamlesinski@google.com> | 2017-02-04 03:44:21 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-02-04 03:44:25 +0000 |
commit | 558a63056e55424c1033d078e950e5329288cb57 (patch) | |
tree | 92bc949903bfd210322d3eb36947843c6f018c43 /tools/aapt2/Main.cpp | |
parent | a07efe52d59a8d9652140d44f1744a43fdb690a5 (diff) | |
parent | 86d67df8d57b9537666f9b54a9ca563779a2288b (diff) |
Merge "AAPT2: Support CtsContentTestCases build"
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 3ed698b79764..227ffa34af4c 100644 --- a/tools/aapt2/Main.cpp +++ b/tools/aapt2/Main.cpp @@ -25,7 +25,7 @@ namespace aapt { static const char* sMajorVersion = "2"; // Update minor version whenever a feature or flag is added. -static const char* sMinorVersion = "5"; +static const char* sMinorVersion = "6"; int PrintVersion() { std::cerr << "Android Asset Packaging Tool (aapt) " << sMajorVersion << "." |