Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed Aug 10, 2016
1 parent f05523d commit b5fe1a2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
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.1.6")
#define APPVERSION _T( "5.1.6" ) _T("")
#define APPVERSION_SHORT _T("5.1.7")
#define APPVERSION _T( "5.1.7" ) _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 @@ -1429,8 +1429,8 @@ IDR_MAINFRAME ICON "res\\TeamTalk.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,1,6,4617
PRODUCTVERSION 5,1,6,4617
FILEVERSION 5,1,7,4622
PRODUCTVERSION 5,1,7,4622
FILEFLAGSMASK 0x1fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -1447,12 +1447,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "BearWare.dk"
VALUE "FileDescription", "TeamTalk voice conferencing client"
VALUE "FileVersion", "5, 1, 6, 4617"
VALUE "FileVersion", "5, 1, 7, 4622"
VALUE "InternalName", "TeamTalk5.exe"
VALUE "LegalCopyright", "Copyright (c) 2002-2016, BearWare.dk. All rights reserved."
VALUE "OriginalFilename", "TeamTalk5.exe"
VALUE "ProductName", "BearWare.dk TeamTalk"
VALUE "ProductVersion", "5, 1, 6, 4617"
VALUE "ProductVersion", "5, 1, 7, 4622"
END
END
BLOCK "VarFileInfo"
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.1.6"
#define APPVERSION "5.1.6" ""
#define APPVERSION_SHORT "5.1.7"
#define APPVERSION "5.1.7" ""

#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,1,6,4617
PRODUCTVERSION 5,1,6,4617
FILEVERSION 5,1,7,4622
PRODUCTVERSION 5,1,7,4622
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, 1, 6, 4617"
VALUE "FileVersion", "5, 1, 7, 4622"
VALUE "InternalName", "TeamTalk 5 Professional"
VALUE "LegalCopyright", "Copyright (c) 2002-2016, BearWare.dk. All rights reserved."
VALUE "OriginalFilename", "TeamTalk5Pro.exe"
VALUE "ProductName", "BearWare.dk TeamTalk 5 Professional"
VALUE "ProductVersion", "5, 1, 6, 4617"
VALUE "ProductVersion", "5, 1, 7, 4622"
#else
VALUE "CompanyName", "BearWare.dk"
VALUE "FileDescription", "TeamTalk Conferencing Client"
VALUE "FileVersion", "5, 1, 6, 4617"
VALUE "FileVersion", "5, 1, 7, 4622"
VALUE "InternalName", "TeamTalk 5"
VALUE "LegalCopyright", "Copyright (c) 2002-2016, BearWare.dk. All rights reserved."
VALUE "OriginalFilename", "TeamTalk5.exe"
VALUE "ProductName", "BearWare.dk TeamTalk 5"
VALUE "ProductVersion", "5, 1, 6, 4617"
VALUE "ProductVersion", "5, 1, 7, 4622"
#endif
END
END
Expand Down

0 comments on commit b5fe1a2

Please sign in to comment.