Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Sep 16, 2021
1 parent fdcb950 commit 59ecb62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 3.5 FATAL_ERROR )

project(
scope_lite
VERSION 0.1.0
VERSION 0.2.0
# 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"
# HOMEPAGE_URL "https://github.com/martinmoene/scope-lite"
LANGUAGES CXX )
Expand Down
2 changes: 1 addition & 1 deletion include/nonstd/scope.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define NONSTD_SCOPE_LITE_HPP

#define scope_lite_MAJOR 0
#define scope_lite_MINOR 1
#define scope_lite_MINOR 2
#define scope_lite_PATCH 0

#define scope_lite_VERSION scope_STRINGIFY(scope_lite_MAJOR) "." scope_STRINGIFY(scope_lite_MINOR) "." scope_STRINGIFY(scope_lite_PATCH)
Expand Down

0 comments on commit 59ecb62

Please sign in to comment.