File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44set -e
55
66QT_VERSION=" 6.8.3"
7- APP_VERSION=" 0.0.9-beta2 "
7+ APP_VERSION=" 0.0.9-beta3 "
88
99
1010NAME=" qtedit4-qt${QT_VERSION} -v${APP_VERSION} -dev-x86_64"
Original file line number Diff line number Diff line change 1- #define VersionString " 0.0.9-beta2 "
1+ #define VersionString " 0.0.9-beta3 "
22#define AppId " 1f7e9ebf-ed92-4d88-8eac-89e3fe53282c"
33
44[Setup]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ int main(int argc, char *argv[]) {
2828
2929 QApplication app (argc, argv);
3030 QCoreApplication::setApplicationName (" qtedit4" );
31- QCoreApplication::setApplicationVersion (" 0.0.9-beta2 " );
31+ QCoreApplication::setApplicationVersion (" 0.0.9-beta3 " );
3232
3333#if defined(WIN32)
3434 // default style on windows is ugly and unusable.
Original file line number Diff line number Diff line change 88 "mandatory" : true
99 },
1010 "windows-testing" : {
11- "open-url" : " https://github.com/diegoiast/qtedit4/releases/tag/v0.0.9-beta2 " ,
12- "latest-version" : " 0.0.9-beta2 " ,
13- "download-url" : " https://github.com/diegoiast/qtedit4/releases/download/v0.0.9-beta2 /qtedit4-qt6.8.3-v0.0.9-beta2 -x86_64.exe" ,
11+ "open-url" : " https://github.com/diegoiast/qtedit4/releases/tag/v0.0.9-beta3 " ,
12+ "latest-version" : " 0.0.9-beta3 " ,
13+ "download-url" : " https://github.com/diegoiast/qtedit4/releases/download/v0.0.9-beta3 /qtedit4-qt6.8.3-v0.0.9-beta3 -x86_64.exe" ,
1414 "changelog" : " CTags support, color builds" ,
1515 "mandatory" : true
1616 },
2222 "mandatory" : true
2323 },
2424 "linux-testing" : {
25- "open-url" : " https://github.com/diegoiast/qtedit4/releases/tag/v0.0.9-beta2 " ,
26- "latest-version" : " 0.0.9-beta2 " ,
27- "download-url" : " https://github.com/diegoiast/qtedit4/releases/download/v0.0.9-beta2 /qtedit4-qt6.8.3-v0.0.9-beta2 -x86_64.AppImage" ,
25+ "open-url" : " https://github.com/diegoiast/qtedit4/releases/tag/v0.0.9-beta3 " ,
26+ "latest-version" : " 0.0.9-beta3 " ,
27+ "download-url" : " https://github.com/diegoiast/qtedit4/releases/download/v0.0.9-beta3 /qtedit4-qt6.8.3-v0.0.9-beta3 -x86_64.AppImage" ,
2828 "changelog" : " CTags support, color builds" ,
2929 "mandatory" : true
3030 }
You can’t perform that action at this time.
0 commit comments