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 261150563f1f3b025688fdf86cc016949426dbfe Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Sat Nov 24 11:20:40 2018 +0100 new timestamps --- doc/rivet.xml | 26 +++++++++++++------------- doc/rivet.xml.in | 2 +- rivet/init.tcl | 4 ++-- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/rivet.xml b/doc/rivet.xml index d4543c7..b1c39eb 100644 --- a/doc/rivet.xml +++ b/doc/rivet.xml @@ -35,22 +35,22 @@ <!ENTITY asciiglyphs.xml SYSTEM "xml/asciiglyphs.xml" > <!ENTITY lazybridge.xml SYSTEM "xml/lazybridge.xml" > <!ENTITY formbroker.xml SYSTEM "xml/formbroker.xml" > - <!ENTITY version "3.1" > - <!ENTITY fullversion "3.1.0" > - <!ENTITY version2-series "2.0,2.1,2.2,2.3" > - <!ENTITY version2-generic "2.x" > - <!ENTITY version30 "3.0" > - <!ENTITY version31 "3.1" > + <!ENTITY version "3.2" > + <!ENTITY fullversion "3.2.0" > + <!ENTITY version2-series "2.0,2.1,2.2,2.3" > + <!ENTITY version2-generic "2.x" > + <!ENTITY version30 "3.0" > + <!ENTITY version31 "3.1" > <!ENTITY tcltk-url "http://www.tcl.tk/" > <!ENTITY apache-url "http://httpd.apache.org" > <!ENTITY apachedoc-vhost "https://httpd.apache.org/docs/2.4/vhosts" > - <!ENTITY apachedoc-mpm "https://httpd.apache.org/docs/2.4/mpm.html" > - <!ENTITY apachedoc-prefork "https://httpd.apache.org/docs/2.4/mod/prefork.html" > - <!ENTITY apachedoc-worker "https://httpd.apache.org/docs/2.4/mod/worker.html" > - <!ENTITY apachedoc-event "https://httpd.apache.org/docs/2.4/mod/event.html" > - <!ENTITY apachedoc-winnt "https://httpd.apache.org/docs/2.4/mod/mpm_winnt.html" > + <!ENTITY apachedoc-mpm "https://httpd.apache.org/docs/2.4/mpm.html" > + <!ENTITY apachedoc-prefork "https://httpd.apache.org/docs/2.4/mod/prefork.html" > + <!ENTITY apachedoc-worker "https://httpd.apache.org/docs/2.4/mod/worker.html" > + <!ENTITY apachedoc-event "https://httpd.apache.org/docs/2.4/mod/event.html" > + <!ENTITY apachedoc-winnt "https://httpd.apache.org/docs/2.4/mod/mpm_winnt.html" > <!ENTITY apachedoc-docroot "https://httpd.apache.org/docs/2.4/mod/core.html#documentroot" > - <!ENTITY apachedoc-alias "https://httpd.apache.org/docs/2.4/mod/mod_alias.html" > + <!ENTITY apachedoc-alias "https://httpd.apache.org/docs/2.4/mod/mod_alias.html" > <!ENTITY apachedoc-rewrite "https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html" > <!ENTITY apachedoc-perftuning "https://httpd.apache.org/docs/2.4/misc/perf-tuning.html" > ]> @@ -90,7 +90,7 @@ </articleinfo> <para> - This manual was generated on <?dbtimestamp format="A Y-m-d X" ?> + This manual is released as part of Apache/Rivet &fullversion; (<?dbtimestamp format="A Y-m-d X" ?>). </para> <!-- Introduction --> diff --git a/doc/rivet.xml.in b/doc/rivet.xml.in index e24504e..dfdf6b4 100644 --- a/doc/rivet.xml.in +++ b/doc/rivet.xml.in @@ -75,7 +75,7 @@ <articleinfo> <title>Apache Rivet &version;</title> <copyright> - <year>2002-2018</year> + <year>2002-<?dbtimestamp format="Y" ?></year> <holder>Apache Software Foundation</holder> </copyright> <author> diff --git a/rivet/init.tcl b/rivet/init.tcl index 41438f3..657ffc7 100644 --- a/rivet/init.tcl +++ b/rivet/init.tcl @@ -16,7 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -package require rivetlib 3.1 +package require rivetlib 3.2 # the ::rivet namespace is created in mod_rivet_commoc.c:Rivet_PerInterpInit # namespace eval ::rivet {} ; ## create namespace @@ -259,4 +259,4 @@ proc ::Rivet::tcl_commands_export_list {tclpath} { ::Rivet::init -package provide Rivet 3.1 +package provide Rivet 3.2 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org