summaryrefslogtreecommitdiff
path: root/tools/aapt2/Main.cpp
diff options
context:
space:
mode:
author Adam Lesinski <adamlesinski@google.com> 2016-09-07 19:01:35 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-09-07 19:01:38 +0000
commit43321e02bc3553bdd7ea5f2af823080414d59b54 (patch)
treeb6d683f8a9d551a6c5556c46e4f77c76d1367453 /tools/aapt2/Main.cpp
parentd2cc3d9bf983ded8fe32d8a6f664ccbc0061fad7 (diff)
parent5cb0530ca444ad070adfa10005bb9cabd4dbeeb7 (diff)
Merge "AAPT2: Update version and readme"
Diffstat (limited to 'tools/aapt2/Main.cpp')
-rw-r--r--tools/aapt2/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/Main.cpp b/tools/aapt2/Main.cpp
index ed55f852c24c..f3f70d60a229 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 = "1";
+static const char* sMinorVersion = "2";
int printVersion() {
std::cerr << "Android Asset Packaging Tool (aapt) "