Made version numbers be 'git' instead of whatever they happened to be last modified during

This commit is contained in:
2011-06-16 17:23:36 -04:00
parent 1cb18a332e
commit b0fcab382e
7 changed files with 7 additions and 7 deletions

2
cp2dap
View File

@ -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 ...";