Skip to content

Commit 83dad5e

Browse files
committed
version 1.0.1
1 parent d3eab05 commit 83dad5e

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(BitmapPlusPlus VERSION "1.0.0" DESCRIPTION "Simple and Fast header only Bitmap (BMP) C++ library" LANGUAGES CXX)
2+
project(BitmapPlusPlus VERSION "1.0.1" DESCRIPTION "Simple and Fast header only Bitmap (BMP) C++ library" LANGUAGES CXX)
33

44
# Examples
55
option(BPP_BUILD_EXAMPLES "Requires BPP to build all examples inside examples/ folder." ON)

0 commit comments

Comments
 (0)