bump version

This commit is contained in:
david 2002-05-05 21:58:38 +00:00
parent 200cde5443
commit 3db813a11b
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ use File::Basename;
use FileHandle;
use HTML::Entities;
$version = "0.1";
$VERSION = "0.2-pre";
$errors = 0;
$error = 0;
@ -2328,7 +2328,7 @@ sub message {
}
sub version {
print "texi2db version $version\n";
print "texi2db version $VERSION\n";
print "Copyright (c) 2002 David Merrill \<david\@lupercalia.net\>.\n";
print "\n";
print "Converts a Texinfo file into DocBook.\n";
@ -2340,7 +2340,7 @@ sub version {
sub usage {
&version;
print "\n";
print "usage: texi2db [OPTIONS]... [FILE]\n";
print "Usage: texi2db [OPTIONS]... [FILE]\n";
print "-i, --include HTML|INFO|TEX\n";
print " include the specified text.\n";
print "-f, --file FILE read from file rather than STDIN.\n";