Skip to content

Commit

Permalink
⬆️ [release] v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Feb 16, 2021
1 parent c5d832f commit b6b1008
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ send: 42
* [Plant UML Integration](https://boost-ext.github.io/sml/examples.html#plant-uml-integration)
* [FAQ](https://boost-ext.github.io/sml/faq.html)
* [CHANGELOG](https://boost-ext.github.io/sml/CHANGELOG.html)
* [[1.1.4] - 2021-02-16](https://boost-ext.github.io/sml/CHANGELOG.html#114-2021-02-16)
* [[1.1.3] - 2020-08-02](https://boost-ext.github.io/sml/CHANGELOG.html#113-2020-08-02)
* [[1.1.2] - 2020-06-14](https://boost-ext.github.io/sml/CHANGELOG.html#112-2020-06-14)
* [[1.1.1] - 2020-05-17](https://boost-ext.github.io/sml/CHANGELOG.html#111-2020-05-17)
Expand Down
5 changes: 5 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.1.4] - 2021-02-16
- **Additions**
- LICENSE file

## [1.1.3] - 2020-08-02
- **Additions**
- Support for member-function like guards/actions
Expand Down Expand Up @@ -79,6 +83,7 @@
##[1.0.0] - 2016-01-28
- Initial version

[1.1.4]: https://github.com/boost-ext/sml/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/boost-ext/sml/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/boost-ext/sml/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/boost-ext/sml/compare/v1.1.0...v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions include/boost/sml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
#if (__cplusplus < 201305L && _MSC_VER < 1900)
#error "[Boost::ext].SML requires C++14 support (Clang-3.4+, GCC-5.1+, MSVC-2015+)"
#else
#define BOOST_SML_VERSION 1'1'3
#define BOOST_SML_VERSION 1'1'4
#define BOOST_SML_NAMESPACE_BEGIN \
namespace boost { \
inline namespace ext { \
namespace sml { \
inline namespace v1_1_3 {
inline namespace v1_1_4 {
#define BOOST_SML_NAMESPACE_END \
} \
} \
Expand Down

0 comments on commit b6b1008

Please sign in to comment.