Skip to content

Commit

Permalink
Updated to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Oct 20, 2015
1 parent f7d1327 commit e240a43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "Utils.h"
#include "Playlist.h"

const char* PORTAMP_VERSION = "1.0.0";
const char* PORTAMP_VERSION = "1.1.0";

sConfig g_Config;
clPlaylist g_Playlist;
Expand All @@ -34,6 +34,7 @@ void PrintBanner()
{
printf( "PortAMP version %s (%s)\n", PORTAMP_VERSION, __DATE__ " " __TIME__ " via " __COMPILER_VER__ " for " BUILD_OS );
printf( "Copyright (C) 2015 Sergey Kosarevsky\n" );
printf( "[email protected]\n" );
printf( "https://github.com/corporateshark/PortAMP\n" );
printf( "\n" );
printf( "portamp <filename1> [<filename2> ...] [--loop] [--wav-modplug] [--verbose]\n" );
Expand Down

0 comments on commit e240a43

Please sign in to comment.