From c573e4e4806161c7676da65254363f92e96f7d21 Mon Sep 17 00:00:00 2001 From: Nick Logozzo Date: Sun, 18 Aug 2024 09:55:44 -0400 Subject: [PATCH] V2024.8.3 --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- Doxyfile | 2 +- manual/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a30f0b..bbf3418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2024.8.3 (next) +## 2024.8.3 ### Breaking Changes #### Keyring - The `Nickvision::Keyring::Keyring` class has been rewritten for better performance and a cleaner API. Keyrings created with previous versions of libnick are no longer compatible. diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d6ffb6..0af67d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.8.2 DESCRIPTION "A cross-platform base for native Nickvision applications.") +project ("libnick" LANGUAGES C CXX VERSION 2024.8.3 DESCRIPTION "A cross-platform base for native Nickvision applications.") include(CMakePackageConfigHelpers) include(GNUInstallDirs) include(CTest) diff --git a/Doxyfile b/Doxyfile index 746faad..a822640 100644 --- a/Doxyfile +++ b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = "libnick" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "2024.8.2" +PROJECT_NUMBER = "2024.8.3" # 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 diff --git a/manual/README.md b/manual/README.md index 1d9a8f4..275c775 100644 --- a/manual/README.md +++ b/manual/README.md @@ -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.8.3 (next) +## 2024.8.3 ### Breaking Changes #### Keyring - The `Nickvision::Keyring::Keyring` class has been rewritten for better performance and a cleaner API. Keyrings created with previous versions of libnick are no longer compatible.