File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 3.5 FATAL_ERROR )
1111
1212project (
1313 boolean_lite
14- VERSION 0.2 .0
14+ VERSION 0.1 .0
1515# DESCRIPTION "A strong boolean for C++98, C++11 and later in a single-file header-only library"
1616# HOMEPAGE_URL "https://github.com/martinmoene/boolean-lite"
1717 LANGUAGES CXX )
Original file line number Diff line number Diff line change 1616#define NONSTD_BOOLEAN_LITE_HPP
1717
1818#define boolean_lite_MAJOR 0
19- #define boolean_lite_MINOR 0
19+ #define boolean_lite_MINOR 1
2020#define boolean_lite_PATCH 0
2121
2222#define boolean_lite_VERSION boolean_STRINGIFY (boolean_lite_MAJOR) "." boolean_STRINGIFY(boolean_lite_MINOR) "." boolean_STRINGIFY(boolean_lite_PATCH)
You can’t perform that action at this time.
0 commit comments