Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Nov 1, 2021
1 parent 19f816a commit dea27ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PortAMP
=======

Copyright (c) Sergey Kosarevsky, 2015-2019
Copyright (c) Sergey Kosarevsky, 2015-2021

https://github.com/corporateshark/PortAMP

Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#define ENABLE_TEST 0

const char* PORTAMP_VERSION = "1.2.0";
const char* PORTAMP_VERSION = "1.2.1";

sConfig g_Config;
clPlaylist g_Playlist;
Expand Down Expand Up @@ -53,7 +53,7 @@ sConfig ReadConfigFromCommandLine( int argc, char* argv[] )
void PrintBanner()
{
printf( "PortAMP version %s (%s)\n", PORTAMP_VERSION, __DATE__ " " __TIME__ " via " __COMPILER_VER__ " for " BUILD_OS );
printf( "Copyright (C) 2015-2019 Sergey Kosarevsky\n" );
printf( "Copyright (C) 2015-2021 Sergey Kosarevsky\n" );
printf( "[email protected]\n" );
printf( "https://github.com/corporateshark/PortAMP\n" );
printf( "\n" );
Expand Down

0 comments on commit dea27ae

Please sign in to comment.