Skip to content

Commit 57eee7e

Browse files
committed
Prep for release.
1 parent 759bead commit 57eee7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ allprojects { currentProj ->
127127
// * any new checkers have been added, or
128128
// * backward-incompatible changes have been made to APIs or elsewhere.
129129
// To make a snapshot release, version should end in "-SNAPSHOT", then: ./gradlew publish
130-
version = '3.49.5-SNAPSHOT'
130+
version = '3.49.5'
131131

132132
tasks.withType(JavaCompile).configureEach {
133133
options.fork = true

docs/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Version 3.49.4 (July 1, 2025)
1+
Version 3.49.5 (June 30, 2025)
22
-----------------------------
33

44
**User-visible changes:**
55

66
The Checker Framework runs under JDK 25 -- that is, it runs on a version 25 JVM.
77

8-
**Implementation details:**
9-
108
**Closed issues:**
119

10+
#7093.
11+
1212

1313
Version 3.49.4 (June 2, 2025)
1414
-----------------------------

0 commit comments

Comments
 (0)