Updated versions to match latest release

This commit is contained in:
2009-03-26 09:45:57 -04:00
committed by Patrick Wiggins
parent 5dddb1f08e
commit 1bc0ac8d7f
5 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
# 0.0.2: Takes command-line arguments instead of parsing entire directory
# 0.0.1: basic code in place
$VERSION = "0.2";
$VERSION = "0.2.3";
$HELP_MSG = "# Filename fixer v$VERSION\n\tusage: fixname <files>\n\t fixname -o \"name\"\n";
die $HELP_MSG if ($#ARGV < 0);