Skip to content

Commit

Permalink
Merge pull request #52 from eisenhauer/version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
eisenhauer authored Jul 19, 2024
2 parents 7403109 + 75aa267 commit 228ca99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
# The directory label is used for CDash to treat DILL as a subproject of GTKorvo
set(CMAKE_DIRECTORY_LABELS DILL)

project(DILL VERSION 3.0.0 LANGUAGES C CXX)
project(DILL VERSION 3.1.0 LANGUAGES C CXX)

# Some boilerplate to setup nice output directories
include(GNUInstallDirs)
Expand Down

0 comments on commit 228ca99

Please sign in to comment.