summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2019-06-29 13:40:45 +0100
committerAdam Spiers <stow@adamspiers.org>2019-06-29 13:40:55 +0100
commit4a9121eec90dd7876f44a96489d3357cc9983e78 (patch)
tree222b77696fcccc95cb80c1ea886a3dcbff631be7
parent7eb1a0c57be74e17cf87a2b8c87a2c23a509880e (diff)
downloadstow-4a9121eec90dd7876f44a96489d3357cc9983e78.tar.gz
Bump version to 2.3.1 for development of next release
-rw-r--r--META.json6
-rw-r--r--META.yml6
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--doc/HOWTO-RELEASE6
5 files changed, 14 insertions, 8 deletions
diff --git a/META.json b/META.json
index 1a9e06f..a789f64 100644
--- a/META.json
+++ b/META.json
@@ -39,11 +39,11 @@
"provides" : {
"Stow" : {
"file" : "lib/Stow.pm",
- "version" : "v2.3.0"
+ "version" : "v2.3.1"
},
"Stow::Util" : {
"file" : "lib/Stow/Util.pm",
- "version" : "v2.3.0"
+ "version" : "v2.3.1"
}
},
"release_status" : "stable",
@@ -57,6 +57,6 @@
"url" : "git://git.savannah.gnu.org/stow.git"
}
},
- "version" : "v2.3.0",
+ "version" : "v2.3.1",
"x_serialization_backend" : "JSON::PP version 4.00"
}
diff --git a/META.yml b/META.yml
index 0215317..a11b693 100644
--- a/META.yml
+++ b/META.yml
@@ -18,10 +18,10 @@ name: Stow
provides:
Stow:
file: lib/Stow.pm
- version: v2.3.0
+ version: v2.3.1
Stow::Util:
file: lib/Stow/Util.pm
- version: v2.3.0
+ version: v2.3.1
requires:
Carp: '0'
Clone: '0'
@@ -32,5 +32,5 @@ resources:
homepage: https://savannah.gnu.org/projects/stow
license: http://www.gnu.org/licenses/gpl-2.0.html
repository: git://git.savannah.gnu.org/stow.git
-version: v2.3.0
+version: v2.3.1
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/NEWS b/NEWS
index 68047fc..6722a28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
News file for Stow.
+* Changes in version 2.3.1
+
* Changes in version 2.3.0
*** New features / changes in behaviour
diff --git a/configure.ac b/configure.ac
index 699a88b..ecc3971 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ dnl along with this program. If not, see https://www.gnu.org/licenses/.
dnl Process this file with Autoconf to produce configure dnl
-AC_INIT([stow], [2.3.0], [bug-stow@gnu.org])
+AC_INIT([stow], [2.3.1], [bug-stow@gnu.org])
AC_PREREQ([2.61])
AC_CONFIG_AUX_DIR([automake])
# Unfortunately we have to disable warnings for overrides, because we
diff --git a/doc/HOWTO-RELEASE b/doc/HOWTO-RELEASE
index 0cff082..e2fcf55 100644
--- a/doc/HOWTO-RELEASE
+++ b/doc/HOWTO-RELEASE
@@ -140,10 +140,14 @@ Release procedure
- Increment the patchlevel of the version number in configure.ac.
+ - Run this again:
+
+ version=$( tools/get-version ) && echo $version
+
- Repeat the same procedure listed in the Module::Build section
above, in order to update META.yaml and META.json.
- - git commit -m "Bump version to X.Y.Z for development of next release"
+ - git commit -m "Bump version to $version for development of next release"
- git push savannah