texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7691] ModulePath.pm define VERSION


From: gavinsmith0123
Subject: [7691] ModulePath.pm define VERSION
Date: Sun, 19 Mar 2017 15:00:01 -0400 (EDT)

Revision: 7691
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7691
Author:   gavin
Date:     2017-03-19 15:00:01 -0400 (Sun, 19 Mar 2017)
Log Message:
-----------
ModulePath.pm define VERSION

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/ModulePath.pm.in

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-03-19 18:38:59 UTC (rev 7690)
+++ trunk/ChangeLog     2017-03-19 19:00:01 UTC (rev 7691)
@@ -1,5 +1,9 @@
 2017-03-19  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/ModulePath.pm.in ($VERSION): Define variable.
+
+2017-03-19  Gavin Smith  <address@hidden>
+
        * tp/texi2any.pl: Compare version of this file and the version
        of loaded modules.  If they differ, abort.
 

Modified: trunk/tp/Texinfo/ModulePath.pm.in
===================================================================
--- trunk/tp/Texinfo/ModulePath.pm.in   2017-03-19 18:38:59 UTC (rev 7690)
+++ trunk/tp/Texinfo/ModulePath.pm.in   2017-03-19 19:00:01 UTC (rev 7691)
@@ -5,6 +5,10 @@
 
 package Texinfo::ModulePath;
 
+use vars qw($VERSION);
+
+$VERSION = '6.3dev';
+
 use File::Basename;
 use File::Spec;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]