Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed Apr 16, 2024
1 parent 26107e6 commit 8339dbd
Showing 16 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions Client/TeamTalkClassic/AppInfo.h
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@
#pragma once

#define COMPANYNAME _T("BearWare.dk")
#define APPVERSION_SHORT _T("5.16.0")
#define APPVERSION _T( "5.16" ) _T("")
#define APPVERSION_SHORT _T("5.16.1")
#define APPVERSION _T( "5.16.1" ) _T("")

#define APPTITLE _T("TeamTalk 5 Classic v. ") APPVERSION
#define APPNAME _T("TeamTalk 5 Classic")
8 changes: 4 additions & 4 deletions Client/TeamTalkClassic/TeamTalk.rc
Original file line number Diff line number Diff line change
@@ -1540,8 +1540,8 @@ IDR_MAINFRAME ICON "res\\TeamTalk.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,16,0,5139
PRODUCTVERSION 5,16,0,5139
FILEVERSION 5,16,1,5140
PRODUCTVERSION 5,16,1,5140
FILEFLAGSMASK 0x1fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -1558,12 +1558,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "BearWare.dk"
VALUE "FileDescription", "TeamTalk voice conferencing client"
VALUE "FileVersion", "5, 16, 0, 5139"
VALUE "FileVersion", "5, 16, 1, 5140"
VALUE "InternalName", "TeamTalk5.exe"
VALUE "LegalCopyright", "Copyright (c) 2005-2020, BearWare.dk. All rights reserved."
VALUE "OriginalFilename", "TeamTalk5.exe"
VALUE "ProductName", "BearWare.dk TeamTalk"
VALUE "ProductVersion", "5, 16, 0, 5139"
VALUE "ProductVersion", "5, 16, 1, 5140"
END
END
BLOCK "VarFileInfo"
4 changes: 2 additions & 2 deletions Client/qtTeamTalk/Info.plist
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@
<string>5.0</string>
<key>CFBundleName</key>
<string>TeamTalk5</string>
<key>CFBundleShortVersionString</key><string>5.15.2</string>
<key>CFBundleVersion</key><string>5.15.2</string>
<key>CFBundleShortVersionString</key><string>5.16.1</string>
<key>CFBundleVersion</key><string>5.16.1</string>
<key>CFBundleIconFile</key>
<string>teamtalk.icns</string>
<key>CFBundlePackageType</key>
4 changes: 2 additions & 2 deletions Client/qtTeamTalk/appinfo.h
Original file line number Diff line number Diff line change
@@ -26,9 +26,9 @@
#include <QDialog>

#define COMPANYNAME "BearWare.dk"
#define APPVERSION_SHORT "5.16.0"
#define APPVERSION_SHORT "5.16.1"
#define APPVERSION_POSTFIX ""
#define APPVERSION "5.16" APPVERSION_POSTFIX
#define APPVERSION "5.16.1" APPVERSION_POSTFIX

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

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,16,0,5139
PRODUCTVERSION 5,16,0,5139
FILEVERSION 5,16,1,5140
PRODUCTVERSION 5,16,1,5140
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "BearWare.dk"
VALUE "FileDescription", "TeamTalk Conferencing Client"
VALUE "FileVersion", "5, 16, 0, 5139"
VALUE "FileVersion", "5, 16, 1, 5140"
VALUE "InternalName", "TeamTalk 5"
VALUE "LegalCopyright", "Copyright (c) 2005-2020, BearWare.dk. All rights reserved."
VALUE "OriginalFilename", "TeamTalk5.exe"
VALUE "ProductName", "BearWare.dk TeamTalk 5"
VALUE "ProductVersion", "5, 16, 0, 5139"
VALUE "ProductVersion", "5, 16, 1, 5140"
END
END
BLOCK "VarFileInfo"
2 changes: 1 addition & 1 deletion Documentation/TeamTalk/TeamTalk5.dox
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "TeamTalk Help"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "Version 5.16.0.5139"
PROJECT_NUMBER = "Version 5.16.1.5140"

# 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
2 changes: 1 addition & 1 deletion Documentation/TeamTalkSDK/TeamTalk.Java.dox
Original file line number Diff line number Diff line change
@@ -48,7 +48,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.16A"
PROJECT_NUMBER = "Version 5.16B"

# 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
2 changes: 1 addition & 1 deletion Documentation/TeamTalkSDK/TeamTalk.NET.dox
Original file line number Diff line number Diff line change
@@ -48,7 +48,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.16A"
PROJECT_NUMBER = "Version 5.16B"

# 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
2 changes: 1 addition & 1 deletion Documentation/TeamTalkSDK/TeamTalk.dox
Original file line number Diff line number Diff line change
@@ -48,7 +48,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.16A"
PROJECT_NUMBER = "Version 5.16B"

# 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
2 changes: 1 addition & 1 deletion Library/TeamTalk.NET/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -58,5 +58,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("5.16.0.5139")]
[assembly: AssemblyVersion("5.16.1.5140")]

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

#define TEAMTALK_VERSION "5.16.0.5139"
#define TEAMTALK_RC_VERSION 5,16,0,5139
#define TEAMTALK_RC_FILEVERSION "5, 16, 0, 5139"
#define TEAMTALK_VERSION "5.16.1.5140"
#define TEAMTALK_RC_VERSION 5,16,1,5140
#define TEAMTALK_RC_FILEVERSION "5, 16, 1, 5140"
#define TEAMTALK_VERSION_POSTFIX ""

#if defined(ENABLE_TEAMTALKPRO)
8 changes: 4 additions & 4 deletions Library/TeamTalkLib/bin/ttsrv/ttsrv.rc
Original file line number Diff line number Diff line change
@@ -71,8 +71,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,16,0,5139
PRODUCTVERSION 5,16,0,5139
FILEVERSION 5,16,1,5140
PRODUCTVERSION 5,16,1,5140
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -93,7 +93,7 @@ BEGIN
#else
VALUE "FileDescription", "TeamTalk Conferencing Server"
#endif
VALUE "FileVersion", "5, 16, 0, 5139"
VALUE "FileVersion", "5, 16, 1, 5140"
VALUE "InternalName", "tt5srv.exe"
VALUE "LegalCopyright", "Copyright (c) 2002-2020, BearWare.dk. All rights reserved."
VALUE "OriginalFilename", "tt5srv.exe"
@@ -102,7 +102,7 @@ BEGIN
#else
VALUE "ProductName", "TeamTalk Conferencing Server"
#endif
VALUE "ProductVersion", "5, 16, 0, 5139"
VALUE "ProductVersion", "5, 16, 1, 5140"
END
END
BLOCK "VarFileInfo"
2 changes: 1 addition & 1 deletion Library/TeamTalk_DLL/TeamTalk.h
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
* client's version can be seen in the @a szVersion member of the
* #User-struct. */

#define TEAMTALK_VERSION "5.16.0.5139"
#define TEAMTALK_VERSION "5.16.1.5140"


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

#define TEAMTALK_SERVER_VERSION "5.16.0.5139"
#define TEAMTALK_SERVER_VERSION "5.16.1.5140"

#ifdef __cplusplus
extern "C" {
2 changes: 1 addition & 1 deletion Setup/Installer/Windows/TeamTalk5.iss
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ AppUpdatesURL=http://www.bearware.dk
DefaultDirName={pf}\TeamTalk5
DefaultGroupName=TeamTalk 5
AllowNoIcons=yes
OutputBaseFilename=TeamTalk_v5.16_Setup
OutputBaseFilename=TeamTalk_v5.16.1_Setup
SetupIconFile=c:\tt5dist\TeamTalk5_x64\TeamTalk5\Client\qtTeamTalk\images\teamtalk.ico
Compression=lzma/ultra64
SolidCompression=yes
2 changes: 1 addition & 1 deletion Setup/Portable/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION="v5.16"
VERSION="v5.16.1"

OUTPUT_DEST=./
INSTALLDIR?=$(TEAMTALK_INSTALLDIR)

0 comments on commit 8339dbd

Please sign in to comment.