Updated versions to match latest release

This commit is contained in:
2009-03-26 09:45:57 -04:00
committed by Patrick Wiggins
parent 5dddb1f08e
commit 1bc0ac8d7f
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`;