From b0fcab382ed0fec4340a656a230b93b53e7388cd Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Thu, 16 Jun 2011 17:23:36 -0400 Subject: [PATCH] Made version numbers be 'git' instead of whatever they happened to be last modified during --- burnmusic | 2 +- cdripper | 2 +- conv2ogg | 2 +- cp2dap | 2 +- dirclean | 2 +- fixname | 2 +- tagfromfilename | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/burnmusic b/burnmusic index 19d4535..b3e0709 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.3"; +$VERSION = "git"; $HELP_MSG = "# Music Burner v$VERSION\n\tusage: burnmusic \n"; $temp_dir = '/tmp/burnmusic-' . `whoami`; diff --git a/cdripper b/cdripper index edb5e8c..89996ef 100755 --- a/cdripper +++ b/cdripper @@ -36,7 +36,7 @@ use CDDB_get qw( get_cddb ); -$VERSION = "0.2.4"; +$VERSION = "git"; $HELP_MSG = "# CD Ripper v$VERSION\n\tusage: cdripper [--no-cddb] [-a] " . "[-y] [-T] [-0] [-o num] [target_directory]\n\n" . "Options:\n-a:\t\tAsk users about multiple CDDB options\n" . diff --git a/conv2ogg b/conv2ogg index 396d190..5dcfc2b 100755 --- a/conv2ogg +++ b/conv2ogg @@ -26,7 +26,7 @@ # changed to use command-line args # 0.0.1: Initial bash script -$VERSION = "0.2.4"; +$VERSION = "git"; $HELP_MSG = "# Audio file - Ogg Converter v$VERSION\n\tusage: conv2ogg [-q] \n" . "\t\t-q : Use quality for encoding. Default 10"; $DEC_ERROR = "Couldn't find a decoder to use. Please install one of mplayer, mpg321, or mpg123"; diff --git a/cp2dap b/cp2dap index 353c7bf..320d913 100755 --- a/cp2dap +++ b/cp2dap @@ -7,7 +7,7 @@ # Changelog: # 0.2.4: Initial release -$VERSION = "0.2.4"; +$VERSION = "git"; $HELP_MSG = "# Copy files to DAP, converting flac to ogg v$VERSION\n\tusage: copy_top_dap artist1/album1 artist2/album2 ..."; diff --git a/dirclean b/dirclean index 2794b74..5023a5d 100755 --- a/dirclean +++ b/dirclean @@ -15,7 +15,7 @@ # 0.2 - aligned version with ds-audiotools # 0.1 - initial version -$VERSION = "0.2.3"; +$VERSION = "git"; $HELP_MSG = "# dirclean v$VERSION\n\tusage: dirclean \n\t"; foreach (@ARGV) diff --git a/fixname b/fixname index 2207686..d362e16 100755 --- a/fixname +++ b/fixname @@ -27,7 +27,7 @@ # 0.0.2: Takes command-line arguments instead of parsing entire directory # 0.0.1: basic code in place -$VERSION = "0.2.4"; +$VERSION = "git"; $HELP_MSG = "# Filename fixer v$VERSION\n\tusage: fixname \n\t fixname -o \"name\"\n"; die $HELP_MSG if ($#ARGV < 0); diff --git a/tagfromfilename b/tagfromfilename index 6587f59..c54f917 100755 --- a/tagfromfilename +++ b/tagfromfilename @@ -30,7 +30,7 @@ # 0.1.1: added version variable # 0.1: initial implementation -$VERSION = "0.2.4"; +$VERSION = "git"; $HELP_MSG = "Vorbiscomment from Filename $VERSION\n\tusage: vcfromfilename [options] \n\nValid options:\n\t-n\tOnly set the track numbers\n\t-0\tPreserve leading 0s in track numbers\n\t-T: Write tag names (not tag content) in all caps\n";