We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a0c0b commit 3891fc4Copy full SHA for 3891fc4
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.10)
2
3
-project(qc VERSION 0.1.0)
+project(qc VERSION 0.2.0)
4
5
add_compile_options(-Wall -Wextra -Wpedantic)
6
generate/generate-appimage.sh
@@ -6,7 +6,7 @@
# install linuxdeploy (in this root dir for execution)
7
# https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
8
9
-VERSION="v0.1.0"
+VERSION="v0.2.0"
10
export VERSION
11
12
./linuxdeploy-x86_64.AppImage \
0 commit comments