File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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 expected_lite
14- VERSION 0.6.2
14+ VERSION 0.6.3
1515# DESCRIPTION "Expected objects in C++11 and later in a single-file header-only library"
1616# HOMEPAGE_URL "https://github.com/martinmoene/expected-lite"
1717 LANGUAGES CXX )
Original file line number Diff line number Diff line change 11from conans import ConanFile , CMake
22
33class ExpectedLiteConan (ConanFile ):
4- version = "0.6.2 "
4+ version = "0.6.3 "
55 name = "expected-lite"
66 description = "Expected objects for C++11 and later"
77 license = "Boost Software License - Version 1.0. http://www.boost.org/LICENSE_1_0.txt"
Original file line number Diff line number Diff line change 1414
1515#define expected_lite_MAJOR 0
1616#define expected_lite_MINOR 6
17- #define expected_lite_PATCH 2
17+ #define expected_lite_PATCH 3
1818
1919#define expected_lite_VERSION expected_STRINGIFY (expected_lite_MAJOR) "." expected_STRINGIFY(expected_lite_MINOR) "." expected_STRINGIFY(expected_lite_PATCH)
2020
You can’t perform that action at this time.
0 commit comments