Skip to content

Commit

Permalink
Prepare for 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Mar 22, 2023
1 parent 8024417 commit 6224231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib)

# Version information
set (RMF_VERSION_MAJOR 1)
set (RMF_VERSION_MINOR 4)
set (RMF_VERSION_MICRO 1)
set (RMF_VERSION_MINOR 5)
set (RMF_VERSION_MICRO 0)

set(RMF_SOVERSION "${RMF_VERSION_MAJOR}.${RMF_VERSION_MINOR}" CACHE INTERNAL "" FORCE)
set(RMF_HAS_DEBUG_VECTOR 0 CACHE BOOL "Whether to use a bounds checked vector")
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log {#changelog}
==========

# HEAD
# 1.5.0 - 2023-03-22 # {#changelog_1_5_0}
- Windows builds now require MS Visual Studio 2015 or later (for full C++11
support). The following macros for pre-C++11 environments are no longer
needed and are deprecated: `RMF_NOEXCEPT`, `RMF_CANEXCEPT`.
Expand Down

0 comments on commit 6224231

Please sign in to comment.