Updated versions to match latest release

This commit is contained in:
Patrick Wiggins 2009-03-26 09:45:57 -04:00
parent a0fee76d2d
commit 486db6f743
5 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
# 0.1.1: Added command-line wrapper, cleaned code
# 0.1: Initial code
$VERSION = "0.2"
$VERSION = "0.2.3";
$HELP_MSG = "# Music Burner v$VERSION\n\tusage: burnmusic <cdspeed> <device> <files>\n";
$temp_dir = '/tmp/burnmusic-' . `whoami`;

View File

@ -32,7 +32,7 @@
use CDDB_get qw( get_cddb );
$VERSION = "0.2";
$VERSION = "0.2.3";
$HELP_MSG = "# CD Ripper v$VERSION\n\tusage: cdripper [--no-cddb] [-a] " .
"[-y] [-o num] [target_directory]\n\n" .
"Options:\n-a:\t\tAsk users about multiple CDDB options\n" .

View File

@ -21,7 +21,7 @@
# changed to use command-line args
# 0.0.1: Initial bash script
$VERSION = "0.2";
$VERSION = "0.2.3";
$HELP_MSG = "# MP3 - Ogg Converter v$VERSION\n\tusage: mp32ogg <files>";
$DEC_ERROR = "Couldn't find a decoder to use. Please install one of mplayer, mpg321, or mpg123";
$ENC_ERROR = "Couldn't find oggenc, which is necessary for encoding. Please install the package that provides oggenc (probably named 'oggenc' or 'vorbistools')";

View File

@ -15,7 +15,7 @@
# 0.2 - aligned version with ds-audiotools
# 0.1 - initial version
$VERSION = "0.2";
$VERSION = "0.2.3";
$HELP_MSG = "# dirclean v$VERSION\n\tusage: dirclean <directory>\n\t";
foreach (@ARGV)

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);