Skip to content

Commit 21eee48

Browse files
Fix boxed-cpp version in cmake project() declaration
Signed-off-by: Christian Parpart <[email protected]>
1 parent 4c2c2b3 commit 21eee48

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(boxed-cpp VERSION "1.0.1" LANGUAGES CXX)
2+
project(boxed-cpp VERSION "1.2.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)