Skip to content

Commit

Permalink
V2024.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jul 8, 2024
1 parent 5924515 commit 3113aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2024.7.1 (next)
## 2024.7.1
### Breaking Changes
#### Helpers
- The default value of `StringHelpers::join`'s `separateLast` parameter is now `false`
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ endif()
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")

#libnick Definition
project ("libnick" LANGUAGES C CXX VERSION 2024.7.0 DESCRIPTION "A cross-platform base for native Nickvision applications.")
project ("libnick" LANGUAGES C CXX VERSION 2024.7.1 DESCRIPTION "A cross-platform base for native Nickvision applications.")
include(CMakePackageConfigHelpers)
include(GNUInstallDirs)
include(CTest)
Expand Down

0 comments on commit 3113aff

Please sign in to comment.