From 8870190d71a6cc04dba45935e198e1386bdbddc3 Mon Sep 17 00:00:00 2001 From: Ripose Date: Wed, 23 Mar 2022 10:29:32 -0700 Subject: [PATCH] version: updates version to v0.5.5-1-beta --- CMakeLists.txt | 4 ++-- Makefile | 2 +- windows/installer.nsi | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a2e388f..3433d0cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1.0) -set(MEMENTO_VERSION "0.5.5-beta") -set(MEMENTO_SHORT_VERSION "0.5.5") +set(MEMENTO_VERSION "0.5.5-1-beta") +set(MEMENTO_SHORT_VERSION "0.5.5.1") if(APPLE) project(Memento VERSION ${MEMENTO_SHORT_VERSION}) else() diff --git a/Makefile b/Makefile index 27cb5a11..6f679ca0 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ appimage: setup chmod +x linuxdeploy-x86_64.AppImage \ linuxdeploy-plugin-qt-x86_64.AppImage \ linuxdeploy-plugin-appimage-x86_64.AppImage; \ - export VERSION=0.5.5; \ + export VERSION=0.5.5-1; \ ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage appbundle: setup diff --git a/windows/installer.nsi b/windows/installer.nsi index be3315bf..cb44bd6d 100644 --- a/windows/installer.nsi +++ b/windows/installer.nsi @@ -7,7 +7,7 @@ !define VERSIONMAJOR 0 !define VERSIONMINOR 5 !define VERSIONBUILD 5 -!define VERSIONREVISION 0 +!define VERSIONREVISION 1 # These will be displayed by the "Click here for support information" link in "Add/Remove Programs" # It is possible to use "mailto:" links in here to open the email client !define HELPURL "https://github.com/ripose-jp/Memento/blob/master/README.md" # "Support Information" link