Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed May 14, 2019
1 parent 3c27cd2 commit 99e7662
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions Client/TeamTalkClassic/TeamTalk.rc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1412,8 +1412,8 @@ IDR_MAINFRAME ICON "res\\TeamTalk.ico"
// //


VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,4,0,4960 FILEVERSION 5,4,0,4961
PRODUCTVERSION 5,4,0,4960 PRODUCTVERSION 5,4,0,4961
FILEFLAGSMASK 0x1fL FILEFLAGSMASK 0x1fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
Expand All @@ -1430,12 +1430,12 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "BearWare.dk" VALUE "CompanyName", "BearWare.dk"
VALUE "FileDescription", "TeamTalk voice conferencing client" VALUE "FileDescription", "TeamTalk voice conferencing client"
VALUE "FileVersion", "5, 4, 0, 4960" VALUE "FileVersion", "5, 4, 0, 4961"
VALUE "InternalName", "TeamTalk5.exe" VALUE "InternalName", "TeamTalk5.exe"
VALUE "LegalCopyright", "Copyright (c) 2005-2018, BearWare.dk. All rights reserved." VALUE "LegalCopyright", "Copyright (c) 2005-2018, BearWare.dk. All rights reserved."
VALUE "OriginalFilename", "TeamTalk5.exe" VALUE "OriginalFilename", "TeamTalk5.exe"
VALUE "ProductName", "BearWare.dk TeamTalk" VALUE "ProductName", "BearWare.dk TeamTalk"
VALUE "ProductVersion", "5, 4, 0, 4960" VALUE "ProductVersion", "5, 4, 0, 4961"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"
Expand Down
12 changes: 6 additions & 6 deletions Client/qtTeamTalk/mainwindow.rc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
// //


VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,4,0,4960 FILEVERSION 5,4,0,4961
PRODUCTVERSION 5,4,0,4960 PRODUCTVERSION 5,4,0,4961
FILEFLAGSMASK 0x17L FILEFLAGSMASK 0x17L
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
Expand All @@ -72,21 +72,21 @@ BEGIN
#ifdef ENABLE_TEAMTALKPRO #ifdef ENABLE_TEAMTALKPRO
VALUE "CompanyName", "BearWare.dk" VALUE "CompanyName", "BearWare.dk"
VALUE "FileDescription", "TeamTalk 5 Encrypted Conferencing Client" VALUE "FileDescription", "TeamTalk 5 Encrypted Conferencing Client"
VALUE "FileVersion", "5, 4, 0, 4960" VALUE "FileVersion", "5, 4, 0, 4961"
VALUE "InternalName", "TeamTalk 5 Professional" VALUE "InternalName", "TeamTalk 5 Professional"
VALUE "LegalCopyright", "Copyright (c) 2005-2018, BearWare.dk. All rights reserved." VALUE "LegalCopyright", "Copyright (c) 2005-2018, BearWare.dk. All rights reserved."
VALUE "OriginalFilename", "TeamTalk5Pro.exe" VALUE "OriginalFilename", "TeamTalk5Pro.exe"
VALUE "ProductName", "BearWare.dk TeamTalk 5 Professional" VALUE "ProductName", "BearWare.dk TeamTalk 5 Professional"
VALUE "ProductVersion", "5, 4, 0, 4960" VALUE "ProductVersion", "5, 4, 0, 4961"
#else #else
VALUE "CompanyName", "BearWare.dk" VALUE "CompanyName", "BearWare.dk"
VALUE "FileDescription", "TeamTalk Conferencing Client" VALUE "FileDescription", "TeamTalk Conferencing Client"
VALUE "FileVersion", "5, 4, 0, 4960" VALUE "FileVersion", "5, 4, 0, 4961"
VALUE "InternalName", "TeamTalk 5" VALUE "InternalName", "TeamTalk 5"
VALUE "LegalCopyright", "Copyright (c) 2005-2018, BearWare.dk. All rights reserved." VALUE "LegalCopyright", "Copyright (c) 2005-2018, BearWare.dk. All rights reserved."
VALUE "OriginalFilename", "TeamTalk5.exe" VALUE "OriginalFilename", "TeamTalk5.exe"
VALUE "ProductName", "BearWare.dk TeamTalk 5" VALUE "ProductName", "BearWare.dk TeamTalk 5"
VALUE "ProductVersion", "5, 4, 0, 4960" VALUE "ProductVersion", "5, 4, 0, 4961"
#endif #endif
END END
END END
Expand Down
2 changes: 1 addition & 1 deletion Documentation/TeamTalk/TeamTalk5.dox
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "TeamTalk Help"
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.


PROJECT_NUMBER = "Version 5.4.0.4960" PROJECT_NUMBER = "Version 5.4.0.4961"


# Using the PROJECT_BRIEF tag one can provide an optional one line description # Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a # for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion Documentation/TeamTalkSDK/TeamTalk.Java.dox
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "TeamTalk 5 Java DLL"
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.


PROJECT_NUMBER = "Version 5.4.0.4960 - Unreleased" PROJECT_NUMBER = "Version 5.4.0.4961 - Unreleased"


# Using the PROJECT_BRIEF tag one can provide an optional one line description # Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a # for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion Documentation/TeamTalkSDK/TeamTalk.NET.dox
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "TeamTalk 5 .NET DLL"
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.


PROJECT_NUMBER = "Version 5.4.0.4960 - Unreleased" PROJECT_NUMBER = "Version 5.4.0.4961 - Unreleased"


# Using the PROJECT_BRIEF tag one can provide an optional one line description # Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a # for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion Documentation/TeamTalkSDK/TeamTalk.dox
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "TeamTalk 5 C-API DLL"
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.


PROJECT_NUMBER = "Version 5.4.0.4960 - Unreleased" PROJECT_NUMBER = "Version 5.4.0.4961 - Unreleased"


# Using the PROJECT_BRIEF tag one can provide an optional one line description # Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a # for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion Library/TeamTalk.NET/AssemblyInfo.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("5.4.0.4960")] [assembly: AssemblyVersion("5.4.0.4961")]


6 changes: 3 additions & 3 deletions Library/TeamTalkLib/TeamTalkDefs.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
#if !defined(TEAMTALKDEFS_H) #if !defined(TEAMTALKDEFS_H)
#define TEAMTALKDEFS_H #define TEAMTALKDEFS_H


#define TEAMTALK_VERSION "5.4.0.4960" #define TEAMTALK_VERSION "5.4.0.4961"
#define TEAMTALK_RC_VERSION 5,4,0,4960 #define TEAMTALK_RC_VERSION 5,4,0,4961
#define TEAMTALK_RC_FILEVERSION "5, 4, 0, 4960" #define TEAMTALK_RC_FILEVERSION "5, 4, 0, 4961"
#define TEAMTALK_VERSION_POSTFIX " - Unreleased" #define TEAMTALK_VERSION_POSTFIX " - Unreleased"


#if defined(ENABLE_TEAMTALKPRO) #if defined(ENABLE_TEAMTALKPRO)
Expand Down
2 changes: 1 addition & 1 deletion Library/TeamTalk_DLL/TeamTalk.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* client's version can be seen in the @a szVersion member of the * client's version can be seen in the @a szVersion member of the
* #User-struct. */ * #User-struct. */


#define TEAMTALK_VERSION "5.4.0.4960" #define TEAMTALK_VERSION "5.4.0.4961"




#if defined(WIN32) #if defined(WIN32)
Expand Down
2 changes: 1 addition & 1 deletion Library/TeamTalk_DLL/TeamTalkSrv.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* client's version can be seen in the @a szVersion member of the * client's version can be seen in the @a szVersion member of the
* #User-struct. */ * #User-struct. */


#define TEAMTALK_SERVER_VERSION "5.4.0.4960" #define TEAMTALK_SERVER_VERSION "5.4.0.4961"


#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
Expand Down

0 comments on commit 99e7662

Please sign in to comment.