Skip to content

Commit

Permalink
bump version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
silverweed committed Sep 5, 2024
1 parent 988929d commit aa9ae21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
project(lifish)
set(PROJECT_NAME lifish)
set(MAJOR BOOM_1)
set(MINOR 7)
set(MINOR 8)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
set(CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/cmake")

Expand Down
2 changes: 1 addition & 1 deletion makeapp_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -xe

system_arch="$(uname -m)"

sw_version="1.7"
sw_version="1.8.0"

appimagetool_version="13"
appimagetool_filename="appimagetool-$system_arch.AppImage"
Expand Down

0 comments on commit aa9ae21

Please sign in to comment.