Skip to content

Commit 8a83b32

Browse files
update reflection-cpp version to 0.4.0
Signed-off-by: Christian Parpart <christian@parpart.family>
1 parent 763e945 commit 8a83b32

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
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(reflection-cpp VERSION 0.3.1 LANGUAGES CXX)
2+
project(reflection-cpp VERSION 0.4.0 LANGUAGES CXX)
33
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
44

55
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

0 commit comments

Comments
 (0)