Skip to content

Commit

Permalink
Update version to 0.1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasaav-dsv committed Jul 14, 2024
1 parent 8f63853 commit fb3d34a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15.0)
project(libER VERSION 0.1.5.0 LANGUAGES C CXX)
project(libER VERSION 0.1.5.1 LANGUAGES C CXX)

# Must build with C++20 or newer
set(CMAKE_CXX_STANDARD 20)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "libER"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.1.5.0
PROJECT_NUMBER = 0.1.5.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 4 additions & 0 deletions docs/Changelog.dox
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,8 @@
* - Anchor vtables across the library
* - Step task instrumentation/hooking
* - Fix double free in base ER havok code
*
* ## Version 0.1.5.1:
* - RemovedVersion Smithbox param hotfix
*
*/

0 comments on commit fb3d34a

Please sign in to comment.