Skip to content

Commit

Permalink
Version update, v5.2.3.4897
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed Aug 4, 2017
1 parent 50f85d0 commit af54c09
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Documentation/TeamTalk.Java.dox
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "TeamTalk 5 Java DLL"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "Version 5.2.3.4896 - Unreleased"
PROJECT_NUMBER = "Version 5.2.3.4897 - Unreleased"

# 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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/TeamTalk.NET.dox
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "TeamTalk 5 .NET DLL"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "Version 5.2.3.4896 - Unreleased"
PROJECT_NUMBER = "Version 5.2.3.4897 - Unreleased"

# 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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/TeamTalk.dox
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
# control system is used.

PROJECT_NUMBER = "Version 5.2.3.4896 - Unreleased"
PROJECT_NUMBER = "Version 5.2.3.4897 - Unreleased"

# 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
Expand Down
2 changes: 1 addition & 1 deletion TeamTalk.NET/AssemblyInfo.cs
Expand Up @@ -35,5 +35,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("5.2.3.4896")]
[assembly: AssemblyVersion("5.2.3.4897")]

8 changes: 4 additions & 4 deletions TeamTalkClassic/TeamTalk.rc
Expand Up @@ -1444,8 +1444,8 @@ IDR_MAINFRAME ICON "res\\TeamTalk.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,2,3,4896
PRODUCTVERSION 5,2,3,4896
FILEVERSION 5,2,3,4897
PRODUCTVERSION 5,2,3,4897
FILEFLAGSMASK 0x1fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -1462,12 +1462,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "BearWare.dk"
VALUE "FileDescription", "TeamTalk voice conferencing client"
VALUE "FileVersion", "5, 2, 3, 4896"
VALUE "FileVersion", "5, 2, 3, 4897"
VALUE "InternalName", "TeamTalk5.exe"
VALUE "LegalCopyright", "Copyright (c) 2005-2017, BearWare.dk. All rights reserved."
VALUE "OriginalFilename", "TeamTalk5.exe"
VALUE "ProductName", "BearWare.dk TeamTalk"
VALUE "ProductVersion", "5, 2, 3, 4896"
VALUE "ProductVersion", "5, 2, 3, 4897"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions TeamTalk_DLL/TeamTalk.h
Expand Up @@ -4,7 +4,7 @@
/*
* BearWare.dk TeamTalk 5 SDK.
*
* Copyright 2005-2016, BearWare.dk.
* Copyright 2005-2017, BearWare.dk.
*
* Read the License.txt file included with the TeamTalk 5 SDK for
* terms of use.
Expand All @@ -16,7 +16,7 @@
* client's version can be seen in the @a szVersion member of the
* #User-struct. */

#define TEAMTALK_VERSION "5.2.3.4896"
#define TEAMTALK_VERSION "5.2.3.4897"


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

#define TEAMTALK_SERVER_VERSION "5.2.3.4896"
#define TEAMTALK_SERVER_VERSION "5.2.3.4897"

#ifdef __cplusplus
extern "C" {
Expand Down
12 changes: 6 additions & 6 deletions qtTeamTalk/mainwindow.rc
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,2,3,4896
PRODUCTVERSION 5,2,3,4896
FILEVERSION 5,2,3,4897
PRODUCTVERSION 5,2,3,4897
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -72,21 +72,21 @@ BEGIN
#ifdef ENABLE_ENCRYPTION
VALUE "CompanyName", "BearWare.dk"
VALUE "FileDescription", "TeamTalk 5 Encrypted Conferencing Client"
VALUE "FileVersion", "5, 2, 3, 4896"
VALUE "FileVersion", "5, 2, 3, 4897"
VALUE "InternalName", "TeamTalk 5 Professional"
VALUE "LegalCopyright", "Copyright (c) 2005-2017, BearWare.dk. All rights reserved."
VALUE "OriginalFilename", "TeamTalk5Pro.exe"
VALUE "ProductName", "BearWare.dk TeamTalk 5 Professional"
VALUE "ProductVersion", "5, 2, 3, 4896"
VALUE "ProductVersion", "5, 2, 3, 4897"
#else
VALUE "CompanyName", "BearWare.dk"
VALUE "FileDescription", "TeamTalk Conferencing Client"
VALUE "FileVersion", "5, 2, 3, 4896"
VALUE "FileVersion", "5, 2, 3, 4897"
VALUE "InternalName", "TeamTalk 5"
VALUE "LegalCopyright", "Copyright (c) 2005-2017, BearWare.dk. All rights reserved."
VALUE "OriginalFilename", "TeamTalk5.exe"
VALUE "ProductName", "BearWare.dk TeamTalk 5"
VALUE "ProductVersion", "5, 2, 3, 4896"
VALUE "ProductVersion", "5, 2, 3, 4897"
#endif
END
END
Expand Down

0 comments on commit af54c09

Please sign in to comment.