| commit | adca8eca74a8b0cc95c823fe98f79ab03d2ef61d | [log] [tgz] |
|---|---|---|
| author | Rico Wind <ricow@google.com> | Tue Apr 15 10:37:06 2025 +0200 |
| committer | Rico Wind <ricow@google.com> | Tue Apr 15 10:37:06 2025 +0200 |
| tree | 9865ed67d2937e019fbf2e9681b381786f201357 | |
| parent | 48667a490ea7c23de09c1efa99f38839f93943dd [diff] | |
| parent | 6ed71650f178acb38fa805c20d68d73ee7240205 [diff] |
Merge commit '6ed71650f178acb38fa805c20d68d73ee7240205' into dev-release Change-Id: Ic3d3d46e1973155eae310c770e6be415ef5224c0
diff --git a/src/main/java/com/android/tools/r8/Version.java b/src/main/java/com/android/tools/r8/Version.java index b725385..33b570f 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.11.9-dev"; private Version() { }