Skip to content

Commit

Permalink
version: updates version to 0.5.2-2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ripose-jp committed Dec 24, 2021
1 parent 6101d58 commit 1ae98d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1.0)

set(MEMENTO_VERSION "0.5.2-1-beta")
set(MEMENTO_SHORT_VERSION "0.5.2.1")
set(MEMENTO_VERSION "0.5.2-2-beta")
set(MEMENTO_SHORT_VERSION "0.5.2.2")
if(APPLE)
project(Memento VERSION ${MEMENTO_SHORT_VERSION})
else()
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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.2-1; \
export VERSION=0.5.2-2; \
./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage

appbundle: setup
Expand Down
2 changes: 1 addition & 1 deletion windows/installer.nsi
Expand Up @@ -7,7 +7,7 @@
!define VERSIONMAJOR 0
!define VERSIONMINOR 5
!define VERSIONBUILD 2
!define VERSIONREVISION 1
!define VERSIONREVISION 2
# 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
Expand Down

0 comments on commit 1ae98d5

Please sign in to comment.