File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
org.restlet.gwt/org.restlet.gwt/src/main/java/org/restlet/client/engine
org.restlet.java/org.restlet/src/main/java/org/restlet/engine Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changes log
2
2
===========
3
3
4
+ - 2.6.1 (??-??-2025)
5
+
4
6
- 2.6.0 (29-06-2025)
5
7
6
8
- 2.6 Release Candidate 2 (21-06-2025)
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public class Engine {
72
72
public static final String MINOR_NUMBER = "6" ;
73
73
74
74
/** Release number. */
75
- public static final String RELEASE_NUMBER = ".0 " ;
75
+ public static final String RELEASE_NUMBER = ".1-SNAPSHPT " ;
76
76
77
77
/** Complete version. */
78
78
public static final String VERSION = MAJOR_NUMBER + '.' + MINOR_NUMBER
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public class Engine {
90
90
public static final String MINOR_NUMBER = "6" ;
91
91
92
92
/** Release number. */
93
- public static final String RELEASE_NUMBER = ".0 " ;
93
+ public static final String RELEASE_NUMBER = ".1-SNAPSHPT " ;
94
94
95
95
/** The org.restlet log level. */
96
96
private static volatile Level restletLogLevel ;
You can’t perform that action at this time.
0 commit comments