Skip to content

Commit d43c846

Browse files
committed
stable release
1 parent 93cb853 commit d43c846

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.build.number

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Build Number for ANT. Do not edit!
2-
#Tue Feb 08 12:21:38 CET 2022
3-
build.number=10
2+
#Tue Feb 08 12:31:24 CET 2022
3+
build.number=11

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<property name="VERSION.MINOR" value="1" />
1919
<property name="VERSION.SUB" value="0" />
2020
<!-- possible values include stable, rc, and betaX -->
21-
<property name="VERSION.POST" value=".rc" />
21+
<property name="VERSION.POST" value="" />
2222

2323
<property name="VERSION.POINTED"
2424
value="${VERSION.MAJOR}.${VERSION.MINOR}.${VERSION.SUB}" />

0 commit comments

Comments
 (0)