diff options
| author | 2017-05-11 18:39:00 +0000 | |
|---|---|---|
| committer | 2017-05-11 18:39:05 +0000 | |
| commit | fb194bb81c234faa7b4e7253f8cf4228dbda4534 (patch) | |
| tree | ac765ba406f518af14cd5e92583b875dad11eed0 /tools/aapt2/Main.cpp | |
| parent | 33644ff3f9270f471ec6c46cff7f848c3707f9c6 (diff) | |
| parent | 28e6c0bac2f22e63bc044fc44a82ec5282d2709c (diff) | |
Merge "AAPT2: Add option to disable PNG crunching" into oc-dev
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 01930d0c424b..e45d1420a902 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 = "14"; +static const char* sMinorVersion = "15"; int PrintVersion() { std::cerr << "Android Asset Packaging Tool (aapt) " << sMajorVersion << "." |