Skip to content

Commit 4e8692d

Browse files
committed
dist: prep for 3.1.2 release
3.1.1 is tagged and shipping, so prep for next release version by updating the VERSION to 3.1.2a1 and adding a NEWS header. Signed-off-by: Brian Barrett <[email protected]>
1 parent 155d213 commit 4e8692d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ included in the vX.Y.Z section and be denoted as:
5454

5555
(** also appeared: A.B.C) -- indicating that this item was previously
5656
included in release version vA.B.C.
57+
58+
3.1.2 -- September, 2018
59+
------------------------
60+
5761
3.1.1 -- June, 2018
5862
-------------------
5963

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
major=3
1919
minor=1
20-
release=1
20+
release=2
2121

2222
# greek is generally used for alpha or beta release tags. If it is
2323
# non-empty, it will be appended to the version number. It does not
@@ -26,7 +26,7 @@ release=1
2626
# requirement is that it must be entirely printable ASCII characters
2727
# and have no white space.
2828

29-
greek=rc2
29+
greek=a1
3030

3131
# If repo_rev is empty, then the repository version number will be
3232
# obtained during "make dist" via the "git describe --tags --always"

0 commit comments

Comments
 (0)