From fa55a827639bbc208e404badc081d5ecc5d22f5c Mon Sep 17 00:00:00 2001 From: Violet Giraffe Date: Tue, 14 Mar 2023 11:21:35 +0200 Subject: [PATCH] 0.9.5 --- cpputils | 2 +- qt-app/src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpputils b/cpputils index b6c4fdba..d54c36ae 160000 --- a/cpputils +++ b/cpputils @@ -1 +1 @@ -Subproject commit b6c4fdbab2f95932e063be3dd6b5cc7ecda8e665 +Subproject commit d54c36ae7e110a05fbf833c59e3bd2b7226c97ab diff --git a/qt-app/src/version.h b/qt-app/src/version.h index 47a65765..a7b9c1bb 100644 --- a/qt-app/src/version.h +++ b/qt-app/src/version.h @@ -6,5 +6,5 @@ DISABLE_COMPILER_WARNINGS #include RESTORE_COMPILER_WARNINGS -#define VERSION_STRING QLatin1String("0.9.4.14.1") +#define VERSION_STRING QLatin1String("0.9.5") #define REPO_NAME QLatin1String("VioletGiraffe/file-commander")