--- shtool.pod 2000/07/06 08:08:01 1.46
+++ shtool.pod 2000/07/06 13:29:11 1.47
@@ -270,7 +270,7 @@
=item B<version>
-Maintain a version information file in either Text, C/C++ or Perl
+Maintain a version information file in either Text, C/C++, Perl or Python.
format.
=item B<path>
@@ -704,13 +704,14 @@
=item B<version> [B<-l> I<lang>] [B<-n> I<name>] [B<-p> I<prefix>] [B<-s> I<version>] [B<-e>] [B<-i> I<knob>] [B<-d> I<type>] I<file>
-This command generates and maintains a version information file I<file> for
-program name I<name> in either textual (I<lang>="C<txt>"), ANSI C
-(I<lang>="c") or Perl (I<lang>="perl") language. The version is always
-described with a triple E<lt>I<version>,I<revision>,I<level>E<gt> and is
+This command generates and maintains a version information
+file I<file> for program name I<name> in either textual
+(I<lang>="C<txt>"), ANSI C (I<lang>="c"), Perl (I<lang>="perl") or
+Python (I<lang>="python") language. The version is always described
+with a triple E<lt>I<version>,I<revision>,I<level>E<gt> and is
represented by a string which always matches the regular expression
-``C<[0-9]+\.[0-9]+[sabp.][0-9]+>''. When the option ``B<-s>'' is given, the
-contents of I<file> is overridden with the specified I<version>.
+``C<[0-9]+\.[0-9]+[sabp.][0-9]+>''. When the option ``B<-s>'' is given,
+the contents of I<file> is overridden with the specified I<version>.
When option ``B<-i>'' is used, the current version in I<file> is updated
by increasing one element of the version where I<knob> can be one of
|