Skip to content

Commit

Permalink
fixed for v226
Browse files Browse the repository at this point in the history
  • Loading branch information
funfun-dc5 committed Dec 23, 2020
1 parent 565d355 commit 761846d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/doc/ChangeLog.txt
Expand Up @@ -2,7 +2,7 @@
変更履歴
----------------------------------------------------------------------

Ver.2.2.6 : 2020/12/xx
Ver.2.2.6 : 2020/12/24
[不具合修正]
・接続中に「接続」メニューにより何度もサーバに接続しようとすると
ハングアップする不具合修正
Expand Down
2 changes: 1 addition & 1 deletion dist/windows/qtbrynhildr.iss.template
Expand Up @@ -5,7 +5,7 @@
#define AppExeName "Qt Brynhildr.exe"
#define ArchName "%ARCHNAME%"
#define BuildTool "%BUILDTOOL%"
#define AppVer "2.2.5"
#define AppVer "2.2.6"
#define RCName ""
#define AppVerNum StringChange(AppVer, ".", "")
#define AppDateString GetDateTimeString("yyyymmdd", "", "")
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/source/change_logs.rst
Expand Up @@ -3,7 +3,7 @@
変更履歴
=======================

Ver.2.2.6 : 2020/12/xx
Ver.2.2.6 : 2020/12/24
----------------------
[不具合修正]

Expand Down
2 changes: 1 addition & 1 deletion src/android/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.qtproject.mczxoxo.QtBrynhildr" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.2.5" android:versionCode="2205" android:installLocation="auto">
<manifest package="org.qtproject.mczxoxo.QtBrynhildr" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.2.6" android:versionCode="2206" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Expand Down
2 changes: 1 addition & 1 deletion src/android512/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.qtproject.mczxoxo.QtBrynhildr" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.2.5" android:versionCode="2205" android:installLocation="auto">
<manifest package="org.qtproject.mczxoxo.QtBrynhildr" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.2.6" android:versionCode="2206" android:installLocation="auto">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="29"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Expand Down
8 changes: 4 additions & 4 deletions src/resource/qtbrynhildr.rc
Expand Up @@ -7,8 +7,8 @@
IDI_ICON1 ICON DISCARDABLE "D:/home/masaaki/Src/qtbrynhildr/src/images/qtbrynhildr48.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,2,5,0
PRODUCTVERSION 2,2,5,0
FILEVERSION 2,2,6,0
PRODUCTVERSION 2,2,6,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
Expand All @@ -25,11 +25,11 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "mcz-xoxo\0"
VALUE "FileDescription", "Qt Brynhildr : A client software for Brynhildr\0"
VALUE "FileVersion", "2.2.5.0\0"
VALUE "FileVersion", "2.2.6.0\0"
VALUE "LegalCopyright", "FunFun @ mcz-xoxo\0"
VALUE "OriginalFilename", "qtbrynhildr.exe\0"
VALUE "ProductName", "Qt Brynhildr\0"
VALUE "ProductVersion", "2.2.5.0\0"
VALUE "ProductVersion", "2.2.6.0\0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Expand Up @@ -5,10 +5,10 @@
#define VERSION_H

// version
#define QTB_VERSION "2.2.5"
#define QTB_VERSION "2.2.6"

#define QTB_RCNAME ""
#define QTB_VERSION_NUMBER 2205
#define QTB_VERSION_NUMBER 2206

#if __x86_64__ || __LP64__ || _WIN64
#define QTB_ARCHNAME " (64bit)"
Expand Down

0 comments on commit 761846d

Please sign in to comment.