Skip to content

Commit

Permalink
bump version number to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Li authored and Samuel Li committed Oct 7, 2023
1 parent edb2eb5 commit c2cd092
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cmake_minimum_required(VERSION 3.14)

project(SPERR VERSION 0.7.0 DESCRIPTION "Lossy Scientific Compression with SPERR")
project(SPERR VERSION 0.7.1 DESCRIPTION "Lossy Scientific Compression with SPERR")

#
# specify the C++ standard
Expand All @@ -12,7 +12,6 @@ project(SPERR VERSION 0.7.0 DESCRIPTION "Lossy Scientific Compression with SPERR
set(CMAKE_CXX_STANDARD 20)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build." FORCE)
# Set the possible values of build type for cmake-gui
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "RelWithDebInfo")
endif()

Expand Down

0 comments on commit c2cd092

Please sign in to comment.