Skip to content

Commit

Permalink
V2024.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jul 24, 2024
1 parent 5e6dc1d commit 1d9b5c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3 (next)
## 2024.7.3
### Breaking Changes
- Removed the dependency on `libuuid`
#### Database
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.2 DESCRIPTION "A cross-platform base for native Nickvision applications.")
project ("libnick" LANGUAGES C CXX VERSION 2024.7.3 DESCRIPTION "A cross-platform base for native Nickvision applications.")
include(CMakePackageConfigHelpers)
include(GNUInstallDirs)
include(CTest)
Expand Down
2 changes: 1 addition & 1 deletion manual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

libnick provides Nickvision apps with a common set of cross-platform APIs for managing system and desktop app functionality such as network management, taskbar icons, translations, app updates, and more.

## 2024.7.3 (next)
## 2024.7.3
### Breaking Changes
- Removed the dependency on `libuuid`
#### Database
Expand Down

0 comments on commit 1d9b5c6

Please sign in to comment.