This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch 3.1 in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
The following commit(s) were added to refs/heads/3.1 by this push: new 7648bff now inferring version number from VERSION 7648bff is described below commit 7648bff2e33354e19ce41a4bb1f7e164b2f21627 Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Tue Dec 4 17:32:51 2018 +0100 now inferring version number from VERSION --- ChangeLog | 3 +++ configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a7b2cf0..fb0a568 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2018-12-04 Massimo Manghi <mxman...@apache.org> + * configure.ac: now inferring version number from VERSION + 2018-12-01 Massimo Manghi <mxman...@apache.org> * cmake/CMakeList.txt: Update version number to 3.1.0. We have to figure out how to keep it update automatically diff --git a/configure.ac b/configure.ac index 952ab5d..b652bf9 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],[m4_esyscmd_s([cat VERSION])],[rivet-...@tcl.apache.org]) TEA_INIT([3.9]) # we are storing here the configure command line, as recursive @@ -726,7 +726,7 @@ AC_DEFUN([RIVET_COMMANDS_EXPORT],[ # IMPORT_RIVET_COMMANDS (--enable-import-rivet-commands). # For compatibility the module can be compiled and installed forcing rivet # to import commands from ::rivet into the global namespace. -# Default: yes +# Default: no AC_DEFUN([IMPORT_RIVET_COMMANDS],[ AC_ARG_ENABLE( --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org