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 8b5f3b9 commit 0cada19Copy full SHA for 0cada19
CMakeLists.txt
@@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 3.15 FATAL_ERROR )
11
12
project(
13
bit_lite
14
- VERSION 1.0.0
+ VERSION 1.1.0
15
# DESCRIPTION "A C++20-like bit, bit operations for C++98 and later in a single-file header-only library.
16
# HOMEPAGE_URL "https://github.com/martinmoene/bit-lite"
17
LANGUAGES CXX )
include/nonstd/bit.hpp
@@ -10,7 +10,7 @@
10
#define NONSTD_BIT_LITE_HPP
#define bit_lite_MAJOR 1
-#define bit_lite_MINOR 0
+#define bit_lite_MINOR 1
#define bit_lite_PATCH 0
#define bit_lite_VERSION bit_STRINGIFY(bit_lite_MAJOR) "." bit_STRINGIFY(bit_lite_MINOR) "." bit_STRINGIFY(bit_lite_PATCH)
0 commit comments