Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed May 31, 2017
1 parent 7aefcdd commit 80682c2
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Documentation/TeamTalk.Java.dox
Original file line number 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
# control system is used.

PROJECT_NUMBER = "Version 5.2.2.4892 - Unreleased"
PROJECT_NUMBER = "Version 5.2D"

# 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
Original file line number 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
# control system is used.

PROJECT_NUMBER = "Version 5.2.2.4892 - Unreleased"
PROJECT_NUMBER = "Version 5.2D"

# 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
Original file line number 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
# control system is used.

PROJECT_NUMBER = "Version 5.2.2.4892 - Unreleased"
PROJECT_NUMBER = "Version 5.2D"

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("5.2.2.4892")]
[assembly: AssemblyVersion("5.2.3.4893")]

4 changes: 2 additions & 2 deletions TeamTalkClassic/AppInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#pragma once

#define COMPANYNAME _T("BearWare.dk")
#define APPVERSION_SHORT _T("5.2.2")
#define APPVERSION _T( TEAMTALK_VERSION ) _T(" - Unreleased")
#define APPVERSION_SHORT _T("5.2.3")
#define APPVERSION _T( "5.2.3" ) _T("")

#ifdef ENABLE_ENCRYPTION
#define APPTITLE _T("TeamTalk 5 Classic Professional v. ") APPVERSION
Expand Down
8 changes: 4 additions & 4 deletions TeamTalkClassic/TeamTalk.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1402,8 +1402,8 @@ IDR_MAINFRAME ICON "res\\TeamTalk.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,2,2,4892
PRODUCTVERSION 5,2,2,4892
FILEVERSION 5,2,3,4893
PRODUCTVERSION 5,2,3,4893
FILEFLAGSMASK 0x1fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -1420,12 +1420,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "BearWare.dk"
VALUE "FileDescription", "TeamTalk voice conferencing client"
VALUE "FileVersion", "5, 2, 2, 4892"
VALUE "FileVersion", "5, 2, 3, 4893"
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, 2, 4892"
VALUE "ProductVersion", "5, 2, 3, 4893"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion TeamTalk_DLL/TeamTalk.h
Original file line number 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
* #User-struct. */

#define TEAMTALK_VERSION "5.2.2.4892"
#define TEAMTALK_VERSION "5.2.3.4893"


#if defined(WIN32)
Expand Down
2 changes: 1 addition & 1 deletion TeamTalk_DLL/TeamTalkSrv.h
Original file line number 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
* #User-struct. */

#define TEAMTALK_SERVER_VERSION "5.2.2.4892"
#define TEAMTALK_SERVER_VERSION "5.2.3.4893"

#ifdef __cplusplus
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions qtTeamTalk/appinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#define APPINFO_H

#define COMPANYNAME "BearWare.dk"
#define APPVERSION_SHORT "5.2.2"
#define APPVERSION TEAMTALK_VERSION " - Unreleased"
#define APPVERSION_SHORT "5.2.3"
#define APPVERSION "5.2.3" ""

#define APPICON QString::fromUtf8(":/images/images/teamtalk.png")
#define APPTRAYICON QString::fromUtf8(":/images/images/teamtalky.png")
Expand Down
12 changes: 6 additions & 6 deletions qtTeamTalk/mainwindow.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,2,2,4892
PRODUCTVERSION 5,2,2,4892
FILEVERSION 5,2,3,4893
PRODUCTVERSION 5,2,3,4893
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, 2, 4892"
VALUE "FileVersion", "5, 2, 3, 4893"
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, 2, 4892"
VALUE "ProductVersion", "5, 2, 3, 4893"
#else
VALUE "CompanyName", "BearWare.dk"
VALUE "FileDescription", "TeamTalk Conferencing Client"
VALUE "FileVersion", "5, 2, 2, 4892"
VALUE "FileVersion", "5, 2, 3, 4893"
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, 2, 4892"
VALUE "ProductVersion", "5, 2, 3, 4893"
#endif
END
END
Expand Down

0 comments on commit 80682c2

Please sign in to comment.