commit | 05ffed7b7db5232f85fe534400a29050e8e1f632 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Mon Dec 04 05:23:50 2023 +0100 |
committer | Rico Wind <ricow@google.com> | Mon Dec 04 05:23:50 2023 +0100 |
tree | 4f2f8aa7943b9b5acf50e34f8f63a37e1353b9e7 | |
parent | 0f3f5da0322805c7b324be54585216a04944b34e [diff] | |
parent | f748d174fc9b0a9606f70fc9a6350e81ebff0857 [diff] |
Merge commit 'f748d174fc9b0a9606f70fc9a6350e81ebff0857' into dev-release Change-Id: I7f7cec9c24ccb267feb20c39a73fe12327025341
diff --git a/src/main/java/com/android/tools/r8/Version.java b/src/main/java/com/android/tools/r8/Version.java index b725385..ce3c3eb 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.3.20-dev"; private Version() { }