Skip to content

Commit 73b002b

Browse files
committed
Version 0.4.1
1 parent 48df74b commit 73b002b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.1.0)
66

77
include(cmake/RecordCmdLine.cmake)
88

9-
project(VecCore LANGUAGES C CXX VERSION 0.4.0)
9+
project(VecCore LANGUAGES C CXX VERSION 0.4.1)
1010

1111
set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")
1212
set(CMAKE_CXX_STANDARD_REQUIRED True)

0 commit comments

Comments
 (0)