Skip to content

Commit 1186de5

Browse files
committed
Version 0.0.11-alpha1
1 parent 7bf23e9 commit 1186de5

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo on
22

33
SET matrix_config_build_dir=windows-msvc
4-
SET PATH=c:\Qt\6.9.0\msvc2022_64\bin\;c:\Program Files (x86)\Inno Setup 6\;%PATH%
4+
SET PATH=c:\Qt\6.9.1\msvc2022_64\bin\;c:\Program Files (x86)\Inno Setup 6\;%PATH%
55

66
RMDIR /s /q "build/%matrix_config_build_dir%"
77
RMDIR /s /q dist

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
set -x
44
set -e
55

6-
QT_VERSION="6.9.0"
7-
APP_VERSION="0.0.10"
6+
QT_VERSION="6.9.1"
7+
APP_VERSION="0.0.11-alpha1"
88

99

1010
NAME="qtedit4-qt${QT_VERSION}-v${APP_VERSION}-dev-x86_64"

setup_script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define VersionString "0.0.10"
1+
#define VersionString "0.0.11-alpha1"
22
#define AppId "1f7e9ebf-ed92-4d88-8eac-89e3fe53282c"
33

44
[Setup]

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
3131

3232
QApplication app(argc, argv);
3333
QCoreApplication::setApplicationName("qtedit4");
34-
QCoreApplication::setApplicationVersion("0.0.10");
34+
QCoreApplication::setApplicationVersion("0.0.11-alpha1");
3535

3636
#if defined(WIN32)
3737
// default style on windows is ugly and unusable.

updates.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"mandatory": true
99
},
1010
"windows-testing": {
11-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.10",
12-
"latest-version": "0.0.10",
13-
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.0.10/qtedit4-qt6.9.0-v0.0.10-x86_64.exe",
11+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.11-alpha1",
12+
"latest-version": "0.0.11-alpha1",
13+
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.0.11-alpha1/qtedit4-qt6.9.1-v0.0.11-alpha1-x86_64.exe",
1414
"changelog": "CTags support, color builds",
1515
"mandatory": true
1616
},
@@ -22,9 +22,9 @@
2222
"mandatory": true
2323
},
2424
"linux-testing": {
25-
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.10",
26-
"latest-version": "0.0.10",
27-
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.0.10/qtedit4-qt6.9.0-v0.0.10-x86_64.AppImage",
25+
"open-url": "https://github.com/diegoiast/qtedit4/releases/tag/v0.0.11-alpha1",
26+
"latest-version": "0.0.11-alpha1",
27+
"download-url": "https://github.com/diegoiast/qtedit4/releases/download/v0.0.11-alpha1/qtedit4-qt6.9.1-v0.0.11-alpha1-x86_64.AppImage",
2828
"changelog": "Various UI/UX changes",
2929
"mandatory": true
3030
}

0 commit comments

Comments
 (0)