Skip to content

Commit aa9ae21

Browse files
committed
bump version to 1.8
1 parent 988929d commit aa9ae21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
1010
project(lifish)
1111
set(PROJECT_NAME lifish)
1212
set(MAJOR BOOM_1)
13-
set(MINOR 7)
13+
set(MINOR 8)
1414
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
1515
set(CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/cmake")
1616

makeapp_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -xe
44

55
system_arch="$(uname -m)"
66

7-
sw_version="1.7"
7+
sw_version="1.8.0"
88

99
appimagetool_version="13"
1010
appimagetool_filename="appimagetool-$system_arch.AppImage"

0 commit comments

Comments
 (0)