commit | 3bcd40739e0df4e8a9c169fd0519f5570188fb78 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Tue Oct 29 09:47:05 2024 +0100 |
committer | Rico Wind <ricow@google.com> | Tue Oct 29 09:47:05 2024 +0100 |
tree | e5b3b5e8d0bdc0cc747a6fb925571d133ba64af2 | |
parent | 82abfe5d6ee71558df544704954c8d1623ce854c [diff] | |
parent | 1d4d93636c1ffe53208b930342a15a2a80e4d4c6 [diff] |
Merge commit '1d4d93636c1ffe53208b930342a15a2a80e4d4c6' into dev-release Change-Id: I1ad16704a71f56bda8a14f5bc95989a91aa9b721
diff --git a/src/main/java/com/android/tools/r8/Version.java b/src/main/java/com/android/tools/r8/Version.java index b725385..dd03fd0 100644 --- a/src/main/java/com/android/tools/r8/Version.java +++ b/src/main/java/com/android/tools/r8/Version.java
@@ -13,7 +13,7 @@ // This field is accessed from release scripts using simple pattern matching. // Therefore, changing this field could break our release scripts. - public static final String LABEL = "main"; + public static final String LABEL = "8.8.14-dev"; private Version() { }