Skip to content

Commit e240a43

Browse files
Updated to version 1.1.0
1 parent f7d1327 commit e240a43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "Utils.h"
1111
#include "Playlist.h"
1212

13-
const char* PORTAMP_VERSION = "1.0.0";
13+
const char* PORTAMP_VERSION = "1.1.0";
1414

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

0 commit comments

Comments
 (0)