diff --git a/burnmusic b/burnmusic index 1dec369..008b4a9 100755 --- a/burnmusic +++ b/burnmusic @@ -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 \n"; $temp_dir = '/tmp/burnmusic-' . `whoami`; diff --git a/cdripper b/cdripper index 96fb837..5167361 100755 --- a/cdripper +++ b/cdripper @@ -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" . diff --git a/conv2ogg b/conv2ogg index 49d5390..1062221 100755 --- a/conv2ogg +++ b/conv2ogg @@ -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 "; $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')"; diff --git a/dirclean b/dirclean index 47e99ac..2794b74 100755 --- a/dirclean +++ b/dirclean @@ -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 \n\t"; foreach (@ARGV) diff --git a/fixname b/fixname index e579db8..008b86f 100755 --- a/fixname +++ b/fixname @@ -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 \n\t fixname -o \"name\"\n"; die $HELP_MSG if ($#ARGV < 0);