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

View File

@ -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 <cdspeed> <device> <files>\n";
$temp_dir = '/tmp/burnmusic-' . `whoami`;