Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ValleyBell committed Dec 24, 2018
1 parent e4ba7ed commit 9e62c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VGMPlay/VGMPlay.h
Expand Up @@ -2,7 +2,7 @@

#include "VGMFile.h"

#define VGMPLAY_VER_STR "0.40.8"
#define VGMPLAY_VER_STR "0.40.9"
//#define APLHA
//#define BETA
#define VGM_VER_STR "1.71b"
Expand Down
2 changes: 1 addition & 1 deletion VGMPlay/vgm-player
Expand Up @@ -154,7 +154,7 @@ while :; do
--help )
_help ;;
-v | --version )
echo "VGMPlay 0.40.8 player script"
echo "VGMPlay 0.40.9 player script"
exit 0 ;;
-a | --alsa )
_set_output alsa
Expand Down

0 comments on commit 9e62c1b

Please sign in to comment.