You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2018/11/23 18:34:08 UTC

[tcl-rivet] 03/03: bump version number to 3.2.0

This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git

commit 003108d354dc5546f7bd8f2c1a4831e962dd6c5a
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Fri Nov 23 19:33:55 2018 +0100

    bump version number to 3.2.0
---
 ChangeLog    | 7 ++++++-
 VERSION      | 2 +-
 configure.ac | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e039b3d..a94ebdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
+2018-11-23 Massimo Manghi <mx...@apache.org>
+    * VERSION,configure,ac: version number bumped to 3.2.0 as we created
+    3.1 out of branch 3.0 in order to highlight possible regressions that
+    may surface as a consequence of fixing bug #62926
+
 2018-11-20 Massimo Manghi <mx...@apache.org>
-    * src/mod_rivet_ng/rivetCore.c: patching from 3.0 to fix bug #92926
+    * src/mod_rivet_ng/rivetCore.c: patching from 3.0 to fix bug #62926
     * tests/post.rvt,fqrivet_var.tcl: add tests to prevent post and get
     variables crosstalk (bug #92926)
     * doc/rivet.xml.in: displaying full version associated to the manual
diff --git a/VERSION b/VERSION
index fd2a018..944880f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.0
+3.2.0
diff --git a/configure.ac b/configure.ac
index cdbd67c..9f4cf5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl
 # so you can encode the package version directly into the source files.
 #-----------------------------------------------------------------------
 
-AC_INIT([Rivet],[3.1.0])
+AC_INIT([Rivet],[3.2.0])
 TEA_INIT([3.9])
 
 # we are storing here the configure command line, as recursive


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org