File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 3.15 FATAL_ERROR )
1111
1212project (
1313 bit_lite
14- VERSION 0.1 .0
14+ VERSION 1.0 .0
1515# DESCRIPTION "A C++20-like bit, bit operations for C++98 and later in a single-file header-only library.
1616# HOMEPAGE_URL "https://github.com/martinmoene/bit-lite"
1717 LANGUAGES CXX )
Original file line number Diff line number Diff line change 1- # bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library.
1+ # bit-lite - C++20/C++23 bit operations for C++98 and later in a single-file header-only library.
22
33[](https://en.wikipedia.org/wiki/C%2B%2B#Standardization) [](https://opensource.org/licenses/BSL-1.0) [](https://github.com/martinmoene/bit-lite/actions/workflows/ci.yml) [](https://github.com/martinmoene/bit-lite/releases) [](https://raw.githubusercontent.com/martinmoene/bit-lite/master/include/nonstd/bit.hpp) [](https://repology.org/projects/?search=bit-lite) [](https://conan.io/center/bit-lite) [](https://wandbox.org/permlink/ZwnY4c9dZUAynUac) [](https://godbolt.org/z/1IPvn7)
44
Original file line number Diff line number Diff line change 99#ifndef NONSTD_BIT_LITE_HPP
1010#define NONSTD_BIT_LITE_HPP
1111
12- #define bit_lite_MAJOR 0
13- #define bit_lite_MINOR 1
12+ #define bit_lite_MAJOR 1
13+ #define bit_lite_MINOR 0
1414#define bit_lite_PATCH 0
1515
1616#define bit_lite_VERSION bit_STRINGIFY (bit_lite_MAJOR) "." bit_STRINGIFY(bit_lite_MINOR) "." bit_STRINGIFY(bit_lite_PATCH)
You can’t perform that action at this time.
0 commit comments