diff options
| author | 2017-02-09 16:17:15 +0000 | |
|---|---|---|
| committer | 2017-02-09 16:17:18 +0000 | |
| commit | 024d22fdb76a75f72ac1a421c4dd184bbfe2ba12 (patch) | |
| tree | 074240054a9d37547ab9ddd3cac73a05e08b3f0e /tools/aapt2/Main.cpp | |
| parent | 34895c404b0153f021094d149cf36918edbd4552 (diff) | |
| parent | 7542162cb1b1fd2ce8a26dd7f3fedc8de8160d38 (diff) | |
Merge "AAPT2: Fix pseudolocalization to respect <xliff:g>"
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 227ffa34af4c..ba378d716793 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 = "6"; +static const char* sMinorVersion = "7";  int PrintVersion() {    std::cerr << "Android Asset Packaging Tool (aapt) " << sMajorVersion << "."  |