We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3eab05 commit 83dad5eCopy full SHA for 83dad5e
CMakeLists.txt
@@ -1,5 +1,5 @@
1
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)
+project(BitmapPlusPlus VERSION "1.0.1" DESCRIPTION "Simple and Fast header only Bitmap (BMP) C++ library" LANGUAGES CXX)
3
4
# Examples
5
option(BPP_BUILD_EXAMPLES "Requires BPP to build all examples inside examples/ folder." ON)
0 commit comments