Skip to content

Commit

Permalink
Merge pull request #134 from streeve/dev_version_0.4
Browse files Browse the repository at this point in the history
Update dev version
  • Loading branch information
streeve committed Sep 26, 2024
2 parents d05313b + f331867 commit 7d3bee8
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
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.11)
project(CabanaPD LANGUAGES CXX C)
set(PROJECT_VERSION "0.3.0")
set(PROJECT_VERSION "0.4.0-dev")

set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_STANDARD 14)
Expand Down

0 comments on commit 7d3bee8

Please sign in to comment.