File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(struct_mapping LANGUAGES CXX)
44
55set (LIB_MAJOR_VERSION "0" )
66set (LIB_MINOR_VERSION "2" )
7- set (LIB_PATCH_VERSION "0 " )
7+ set (LIB_PATCH_VERSION "1 " )
88set (LIB_VERSION "${LIB_MAJOR_VERSION} .${LIB_MINOR_VERSION} .${LIB_PATCH_VERSION} " )
99
1010set (WARNINGS "" )
@@ -55,7 +55,7 @@ option(STRUCT_MAPPING_BUILD_EXAMPLES "Build struct_mapping examples." ON)
5555option (STRUCT_MAPPING_BUILD_TESTS "Build struct_mapping tests." ON )
5656option (STRUCT_MAPPING_DEBUG "Enable debug output" OFF )
5757
58- SET (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} /bin)
58+ sat (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} /bin )
5959
6060if (STRUCT_MAPPING_BUILD_EXAMPLES)
6161 add_subdirectory (example )
Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
33
4+ ## 0.2.1 - 2020.06.16
5+
6+ ### Changed
7+ * changes to build examples on Windows
8+ * documentation changed
9+
10+ ### Removed
11+ * remove macro MANAGED_STRUCT_NAME
12+
413## 0.2.0 - 2020.06.14
514
615### Added
Original file line number Diff line number Diff line change 11# StructMapping
22
3- ![ Release version] ( https://img.shields.io/badge/release-v0.2.0 -blue.svg )
3+ ![ Release version] ( https://img.shields.io/badge/release-v0.2.1 -blue.svg )
44
55[ документация на русском] ( /readme_ru.md )
66
Original file line number Diff line number Diff line change 11# StructMapping
22
3- ![ Release version] ( https://img.shields.io/badge/release-v0.2.0 -blue.svg )
3+ ![ Release version] ( https://img.shields.io/badge/release-v0.2.1 -blue.svg )
44
55[ english documentation] ( /readme.md )
66
You can’t perform that action at this time.
0 commit comments