Skip to content

Commit 9852d36

Browse files
committed
Update version in CMakeLists.txt
1 parent 284626f commit 9852d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(BitmapPlusPlus VERSION "1.0.1" DESCRIPTION "Simple and Fast header only Bitmap (BMP) C++ library" LANGUAGES CXX)
2+
project(BitmapPlusPlus VERSION "1.1.0" DESCRIPTION "Simple and Fast header only Bitmap (BMP) C++ library" LANGUAGES CXX)
33
set(CMAKE_CXX_STANDARD 17)
44

55
# Examples
@@ -12,4 +12,4 @@ if(BPP_BUILD_EXAMPLES)
1212
include_directories(${target_name} ${CMAKE_CURRENT_SOURCE_DIR})
1313
add_executable(${target_name} ${example_file})
1414
endforeach()
15-
endif()
15+
endif()

0 commit comments

Comments
 (0)