File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [ "$1" = "--ce" ]; then
1212fi
1313
1414APP_NAME=" codepointer"
15- APP_VERSION=" 0.1.1-beta1 "
15+ APP_VERSION=" 0.1.1-rc2 "
1616QT_VERSION=" 6.10.1"
1717
1818NAME=" ${APP_NAME} -v${APP_VERSION}${NAME_SUFFIX} -x86_64"
Original file line number Diff line number Diff line change 1- #define VersionString " 0.1.1-beta1 "
1+ #define VersionString " 0.1.1-rc2 "
22#define AppId " 1f7e9ebf-ed92-4d88-8eac-89e3fe53282c"
33#define VC_Redist_URL " https://aka.ms/vs/17/release/vc_redist.x64.exe"
44#define AppName " codepointer"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
3131
3232 QApplication app (argc, argv);
3333 QCoreApplication::setApplicationName (CODEPOINTER_APP_NAME );
34- QCoreApplication::setApplicationVersion (" 0.1.1-beta1 " );
34+ QCoreApplication::setApplicationVersion (" 0.1.1-rc2 " );
3535
3636#if defined(WIN32)
3737 // 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/codepointerapp/codepointer/releases/tag/v0.1.1-beta1 " ,
12- "latest-version" : " 0.1.1-beta1 " ,
13- "download-url" : " https://github.com/codepointerapp/codepointer/releases/download/v0.1.1-beta1 /codepointer-v0.1.1-beta1 -x86_64.exe" ,
11+ "open-url" : " https://github.com/codepointerapp/codepointer/releases/tag/v0.1.1-rc2 " ,
12+ "latest-version" : " 0.1.1-rc2 " ,
13+ "download-url" : " https://github.com/codepointerapp/codepointer/releases/download/v0.1.1-rc2 /codepointer-v0.1.1-rc2 -x86_64.exe" ,
1414 "changelog" : " Terminal support, better seach options" ,
1515 "mandatory" : true
1616 },
2222 "mandatory" : true
2323 },
2424 "linux-testing" : {
25- "open-url" : " https://github.com/codepointerapp/codepointer/releases/tag/v0.1.1-beta1 " ,
26- "latest-version" : " 0.1.1-beta1 " ,
27- "download-url" : " https://github.com/codepointerapp/codepointer/releases/download/v0.1.1-beta1 /codepointer-v0.1.1-beta1 -x86_64.AppImage" ,
25+ "open-url" : " https://github.com/codepointerapp/codepointer/releases/tag/v0.1.1-rc2 " ,
26+ "latest-version" : " 0.1.1-rc2 " ,
27+ "download-url" : " https://github.com/codepointerapp/codepointer/releases/download/v0.1.1-rc2 /codepointer-v0.1.1-rc2 -x86_64.AppImage" ,
2828 "changelog" : " Terminal support, better seach options" ,
2929 "mandatory" : true
3030 }
You can’t perform that action at this time.
0 commit comments