Skip to content

Commit 80e6491

Browse files
committed
Release 0.1.0-alpha
1 parent 9c0b1d4 commit 80e6491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 3.5 FATAL_ERROR )
1111

1212
project(
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 )

include/nonstd/boolean.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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)

0 commit comments

Comments
 (0)