Skip to content

Commit 0adaee5

Browse files
committed
Prep for May release.
1 parent d988ce2 commit 0adaee5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ allprojects { currentProj ->
122122
// * any new checkers have been added, or
123123
// * backward-incompatible changes have been made to APIs or elsewhere.
124124
// To make a snapshot release, version should end in "-SNAPSHOT", then: ./gradlew publish
125-
version = '3.49.3-SNAPSHOT'
125+
version = '3.49.3'
126126

127127
tasks.withType(JavaCompile).configureEach {
128128
options.fork = true

docs/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Version 3.49.3 (May 1, 2025)
55

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

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

10+
#6520, #6671, #6750, #6762, #6887, #7001, #7019, #7024, #7029, #7053.
11+
1212

1313
Version 3.49.2 (April 1, 2025)
1414
------------------------------

0 commit comments

Comments
 (0)