Skip to content

Commit

Permalink
Update (and remove some) version numbers; update copyright notices in…
Browse files Browse the repository at this point in the history
… .rc files
  • Loading branch information
orudge committed Aug 6, 2015
1 parent be7a491 commit ea894a2
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 32 deletions.
2 changes: 0 additions & 2 deletions src/win16/common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*************************************************/
/* WinAmp Control Centre */
/* Version 1.4.2 */
/* */
/* Copyright (c) Owen Rudge 2001-2015 */
/*************************************************/

Expand Down
12 changes: 5 additions & 7 deletions src/win16/common.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*************************************************/
/* WinAmp Control Centre */
/* Version 1.4.2 */
/* */
/* Copyright (c) Owen Rudge 2001-2015 */
/*************************************************/

Expand All @@ -24,8 +22,8 @@
#include <ver.h>

1 VERSIONINFO
FILEVERSION 1, 4, 2, 0
PRODUCTVERSION 1, 4, 2, 0
FILEVERSION 1, 4, 3, 0
PRODUCTVERSION 1, 4, 3, 0
FILEOS VOS__WINDOWS16
FILETYPE VFT_APP
{
Expand All @@ -35,12 +33,12 @@ FILETYPE VFT_APP
{
VALUE "CompanyName", "Owen Rudge\000\000"
VALUE "FileDescription", "Winamp Control Centre\000"
VALUE "FileVersion", "1.4.2\000\000"
VALUE "FileVersion", "1.4.3\000\000"
VALUE "InternalName", INTERNALNAME
VALUE "LegalCopyright", "Copyright � Owen Rudge 2001-2015. All Rights Reserved.\000\000"
VALUE "LegalCopyright", "Copyright � Owen Rudge 2001-2015. Licensed under the GNU General Public Licence version 2 or later.\000\000"
VALUE "OriginalFilename", ORIGINALFILENAME
VALUE "ProductName", "Winamp Control Centre\000"
VALUE "ProductVersion", "1.4.2\000\000"
VALUE "ProductVersion", "1.4.3\000\000"
}

}
Expand Down
2 changes: 0 additions & 2 deletions src/win16/wa_hide.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*************************************************/
/* WinAmp Control Centre */
/* Version 1.4.2 */
/* */
/* Copyright (c) Owen Rudge 2001-2015 */
/*************************************************/

Expand Down
2 changes: 0 additions & 2 deletions src/win16/wa_next.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*************************************************/
/* WinAmp Control Centre */
/* Version 1.4.2 */
/* */
/* Copyright (c) Owen Rudge 2001-2015 */
/*************************************************/

Expand Down
2 changes: 0 additions & 2 deletions src/win16/wa_pause.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*************************************************/
/* WinAmp Control Centre */
/* Version 1.4.2 */
/* */
/* Copyright (c) Owen Rudge 2001-2015 */
/*************************************************/

Expand Down
2 changes: 0 additions & 2 deletions src/win16/wa_play.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*************************************************/
/* WinAmp Control Centre */
/* Version 1.4.2 */
/* */
/* Copyright (c) Owen Rudge 2001-2015 */
/*************************************************/

Expand Down
2 changes: 0 additions & 2 deletions src/win16/wa_prev.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*************************************************/
/* WinAmp Control Centre */
/* Version 1.4.2 */
/* */
/* Copyright (c) Owen Rudge 2001-2015 */
/*************************************************/

Expand Down
2 changes: 0 additions & 2 deletions src/win16/wa_show.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*************************************************/
/* WinAmp Control Centre */
/* Version 1.4.2 */
/* */
/* Copyright (c) Owen Rudge 2001-2015 */
/*************************************************/

Expand Down
2 changes: 0 additions & 2 deletions src/win16/wa_stop.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*************************************************/
/* WinAmp Control Centre */
/* Version 1.4.2 */
/* */
/* Copyright (c) Owen Rudge 2001-2015 */
/*************************************************/

Expand Down
4 changes: 1 addition & 3 deletions src/win32/winampcc.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*************************************************/
/* WinAmp Control Centre */
/* Version 1.4.3 */
/* */
/* Copyright (c) Owen Rudge 2001-2015 */
/*************************************************/

Expand Down Expand Up @@ -33,7 +31,7 @@ int ParseCommandLine(char *line, char **argv, int max_argc);
void RunThroughCmdLineOptions(int argc, char **argv, HWND hwndWinamp, char *szINIFileName);
void PlayPause(HWND hwndWinamp);

char copyright_str[] = "Winamp Control Centre 1.4.2. Copyright \xA9 Owen Rudge 2001-2015. All Rights Reserved. www.owenrudge.net";
char copyright_str[] = "Winamp Control Centre 1.4.3. Copyright \xA9 Owen Rudge 2001-2015. Licensed under the GNU General Public Licence version 2 or later.";
char build_date[] = "Built on " __DATE__ " at " __TIME__ ".";

BOOLEAN PathOnCmdLine = FALSE;
Expand Down
10 changes: 4 additions & 6 deletions src/win32/winampcc.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*************************************************/
/* WinAmp Control Centre */
/* Version 1.4.2 */
/* */
/* Copyright (c) Owen Rudge 2001-2015 */
/*************************************************/

Expand Down Expand Up @@ -30,8 +28,8 @@
5 ICON "../icons/next.ico"

1 VERSIONINFO
FILEVERSION 1, 4, 2, 0
PRODUCTVERSION 1, 4, 2, 0
FILEVERSION 1, 4, 3, 0
PRODUCTVERSION 1, 4, 3, 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
{
Expand All @@ -41,9 +39,9 @@ FILETYPE VFT_APP
{
VALUE "CompanyName", "Owen Rudge\000\000"
VALUE "FileDescription", "Winamp Control Centre\000"
VALUE "FileVersion", "1.4.2\000\000"
VALUE "FileVersion", "1.4.3\000\000"
VALUE "InternalName", "winampcc\000"
VALUE "LegalCopyright", "Copyright � Owen Rudge 2001-2015. All Rights Reserved.\000\000"
VALUE "LegalCopyright", "Copyright � Owen Rudge 2001-2015. Licensed under the GNU General Public Licence version 2 or later.\000\000"
VALUE "OriginalFilename", "winampcc.exe\000"
VALUE "ProductName", "Winamp Control Centre\000"
VALUE "ProductVersion", "1.4.2\000\000"
Expand Down

0 comments on commit ea894a2

Please sign in to comment.