Skip to content

Commit

Permalink
Merge pull request #53 from jlambert360/Dev
Browse files Browse the repository at this point in the history
Merge dev to master
  • Loading branch information
jlambert360 authored Feb 28, 2024
2 parents 93dda14 + 44a10a4 commit eec8c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Core/Common/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Common
{
#define VERSION_STR "FPM v2.5.1 BETA"
#define VERSION_STR "FPM v2.5.2 BETA"
#ifdef _DEBUG
#define BUILD_TYPE_STR "Debug "
#elif defined DEBUGFAST
Expand Down
2 changes: 1 addition & 1 deletion build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ rm ./AppDir/usr/lib/libglib*
rm ./AppDir/usr/lib/libgobject*

# Bake an AppImage with the update metadata
export VERSION="2.5.1"
export VERSION="2.5.2"
UPDATE_INFORMATION="${ZSYNC_STRING}" \
./Tools/linuxdeploy-update-plugin --appdir=./AppDir/

Expand Down

0 comments on commit eec8c7f

Please sign in to comment.