Skip to content

Commit 567ab24

Browse files
committed
Change release number for even/odd strategy.
1 parent c7d3102 commit 567ab24

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

ci/release.properties

+13-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
# This file must be updated by hand for each release.
33
#
44

5-
BUILD_MAJOR_VERSION=99
6-
BUILD_MINOR_VERSION=99
7-
BUILD_INCREMENTAL_VERSION=99
5+
BUILD_MAJOR_VERSION=1
6+
7+
#
8+
# Even numbers are stable releases.
9+
# Odd numbers are releases from master (a plain 'git clone').
10+
#
11+
# History:
12+
# Fourier family of releases: minor version 5 (an exception to the even/odd rule)
13+
# Gauss family of releases: minor version 8
14+
#
15+
BUILD_MINOR_VERSION=7
16+
17+
BUILD_INCREMENTAL_VERSION=0
818

0 commit comments

Comments
 (0)