Skip to content

Commit 59ecb62

Browse files
committed
Release 0.2.0
1 parent fdcb950 commit 59ecb62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 3.5 FATAL_ERROR )
1111

1212
project(
1313
scope_lite
14-
VERSION 0.1.0
14+
VERSION 0.2.0
1515
# DESCRIPTION "C++ standard libraries extensions, version 3: Generic scope and RAII Wrapper for C++98, C++11 and later in a single-file header-only library"
1616
# HOMEPAGE_URL "https://github.com/martinmoene/scope-lite"
1717
LANGUAGES CXX )

include/nonstd/scope.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define NONSTD_SCOPE_LITE_HPP
1414

1515
#define scope_lite_MAJOR 0
16-
#define scope_lite_MINOR 1
16+
#define scope_lite_MINOR 2
1717
#define scope_lite_PATCH 0
1818

1919
#define scope_lite_VERSION scope_STRINGIFY(scope_lite_MAJOR) "." scope_STRINGIFY(scope_lite_MINOR) "." scope_STRINGIFY(scope_lite_PATCH)

0 commit comments

Comments
 (0)