Skip to content

Commit

Permalink
minor version bump for next release due to API break
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Sep 9, 2024
1 parent e04c5ef commit f3eb4f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version format
version: 2.13.9-{branch}-build{build}
version: 2.14.0-{branch}-build{build}

os: Visual Studio 2019

Expand Down
2 changes: 1 addition & 1 deletion doc/source/doxygen-docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
\page changelog Change Log

# Version 2.13.9: UNRELEASED
# Version 2.14.0: UNRELEASED
- Changes in libraries:
- \ref mrpt_rtti_grp:
- mrpt::rtti::CObject::GetRuntimeClassIdStatic() no longer depends on static variables, but on constexpr. This totally removes the possibility of initialization order fiasco while registering classes.
Expand Down
2 changes: 1 addition & 1 deletion version_prefix.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.13.9
2.14.0
# IMPORTANT: This file is parsed by CMake, don't add any comment to
# the first line.
# This file is used in both Windows and Linux scripts to automatically
Expand Down

0 comments on commit f3eb4f3

Please sign in to comment.