This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch 3.0 in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
commit 948daceb09957284955a8ab88187e4a30b4085a9 Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Fri Nov 2 02:00:22 2018 +0100 changing version to 3.0.3 --- Makefile.in | 15 +++++++++------ VERSION | 2 +- configure.ac | 2 +- doc/rivet.xml | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index 660ce6d..dbf44f6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -149,7 +149,7 @@ am__recursive_targets = \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - cscope distdir dist dist-all distcheck + cscope distdir distdir-am dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, @@ -459,8 +459,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -604,7 +604,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ diff --git a/VERSION b/VERSION index b502146..75a22a2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.2 +3.0.3 diff --git a/configure.ac b/configure.ac index f142eed..8eba832 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.0.2]) +AC_INIT([Rivet],[3.0.3]) TEA_INIT([3.9]) # we are storing here the configure command line, as recursive diff --git a/doc/rivet.xml b/doc/rivet.xml index a026304..acfc0ba 100644 --- a/doc/rivet.xml +++ b/doc/rivet.xml @@ -36,7 +36,7 @@ <!ENTITY lazybridge.xml SYSTEM "xml/lazybridge.xml" > <!ENTITY formbroker.xml SYSTEM "xml/formbroker.xml" > <!ENTITY version "3.0" > - <!ENTITY fullversion "3.0.2" > + <!ENTITY fullversion "3.0.3" > <!ENTITY version2-series "2.0,2.1,2.2,2.3" > <!ENTITY version2-generic "2.x" > <!ENTITY version30 "3.0" > --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org