Skip to content

Commit

Permalink
version: updates version to v0.5.5-1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ripose-jp committed Mar 23, 2022
1 parent d13b999 commit 8870190
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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()
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
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.5; \
export VERSION=0.5.5-1; \
./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage

appbundle: setup
Expand Down
2 changes: 1 addition & 1 deletion windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8870190

Please sign in to comment.