From f6ac395ddd56be104b75aa7ba0c3bd463b54708a Mon Sep 17 00:00:00 2001 From: Philippe Daouadi Date: Sun, 8 Jul 2018 16:41:29 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 12 +++++++++++- CMakeLists.txt | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac02dfd..a70f195c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # Changelog +## 0.26 + +What's new: + +- ux0:patch is created on first update installation if it doesn't exist yet + +Bug fixes: + +- Search feature now works + ## 0.25 Bug fixes: -- Fix errors messages from previous version +- Fix error messages from previous version ## 0.24 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9536e311..aeed82ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set(CMAKE_CXX_STANDARD 17) set(VITA_APP_NAME "PKGj") set(VITA_TITLEID "PKGJ00000") -set(VITA_VERSION "0.25") +set(VITA_VERSION "0.26") option(PKGI_ENABLE_LOGGING "enables debug logging over udp multicast" OFF)