Skip to content

Commit dea27ae

Browse files
Updated version number
1 parent 19f816a commit dea27ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PortAMP
22
=======
33

4-
Copyright (c) Sergey Kosarevsky, 2015-2019
4+
Copyright (c) Sergey Kosarevsky, 2015-2021
55

66
https://github.com/corporateshark/PortAMP
77

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#define ENABLE_TEST 0
1717

18-
const char* PORTAMP_VERSION = "1.2.0";
18+
const char* PORTAMP_VERSION = "1.2.1";
1919

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

0 commit comments

Comments
 (0)