Skip to content

Commit

Permalink
Merge pull request #3549 from hzeller/20230328-bump-version
Browse files Browse the repository at this point in the history
Bump version: 1.51
  • Loading branch information
hzeller authored Mar 28, 2023
2 parents 695b510 + c05d428 commit edb409a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# -*- mode:cmake -*-
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)

# Set the project and version
# Version changes whenever some new features accumulated, or the
# grammar or the cache format changes to make sure caches
# are invalidated.
project(SURELOG VERSION 1.51)

# Detect build type, fallback to release and throw a warning if use didn't
# specify any
if(NOT CMAKE_BUILD_TYPE)
Expand Down Expand Up @@ -38,12 +44,6 @@ option(

option(SURELOG_BUILD_TESTS "Enable testing." ON)

# Set the project and version
# Version changes whenever some new features accumulated, or the
# grammar or the cache format changes to make sure caches
# are invalidated.
project(SURELOG VERSION 1.50)

# NOTE: Policy changes has to happen before adding any subprojects
cmake_policy(SET CMP0091 NEW)
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
Expand Down
2 changes: 1 addition & 1 deletion third_party/UHDM

0 comments on commit edb409a

Please sign in to comment.