We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d3102 commit 567ab24Copy full SHA for 567ab24
ci/release.properties
@@ -2,7 +2,17 @@
2
# This file must be updated by hand for each release.
3
#
4
5
-BUILD_MAJOR_VERSION=99
6
-BUILD_MINOR_VERSION=99
7
-BUILD_INCREMENTAL_VERSION=99
+BUILD_MAJOR_VERSION=1
+
+#
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
18
0 commit comments