Skip to content

Commit 1234c4e

Browse files
committed
Version 0.0.10-alpha1
1 parent bd3c411 commit 1234c4e

5 files changed

Lines changed: 13 additions & 13 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.8.0\msvc2022_64\bin\;c:\Program Files (x86)\Inno Setup 6\;%PATH%
4+
SET PATH=c:\Qt\6.9.0\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.8.3"
7-
APP_VERSION="0.0.9"
6+
QT_VERSION="6.9.0"
7+
APP_VERSION="0.0.10-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.9"
1+
#define VersionString "0.0.10-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
@@ -30,7 +30,7 @@ int main(int argc, char *argv[]) {
3030

3131
QApplication app(argc, argv);
3232
QCoreApplication::setApplicationName("qtedit4");
33-
QCoreApplication::setApplicationVersion("0.0.9");
33+
QCoreApplication::setApplicationVersion("0.0.10-alpha1");
3434

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

updates.json

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

0 commit comments

Comments
 (0)