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 988929d commit aa9ae21Copy full SHA for aa9ae21
CMakeLists.txt
@@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
10
project(lifish)
11
set(PROJECT_NAME lifish)
12
set(MAJOR BOOM_1)
13
-set(MINOR 7)
+set(MINOR 8)
14
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
15
set(CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/cmake")
16
makeapp_linux.sh
@@ -4,7 +4,7 @@ set -xe
4
5
system_arch="$(uname -m)"
6
7
-sw_version="1.7"
+sw_version="1.8.0"
8
9
appimagetool_version="13"
appimagetool_filename="appimagetool-$system_arch.AppImage"
0 commit comments