Skip to content

Commit

Permalink
Bump version to 5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jan 16, 2025
1 parent 38e42c1 commit 3357742
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ option(WITH_LTO "Enable Link Time Optimization" OFF)
## Determine proper semantic version
set(VERSION_MAJOR "5")
set(VERSION_MINOR "8")
set(VERSION_PATCH "0")
set(VERSION_PATCH "1")
set(VERSION_PRE_RELEASE "")

set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
Expand Down
1 change: 1 addition & 0 deletions packaging/linux/Amiberry-Lite.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
</screenshot>
</screenshots>
<releases>
<release version="5.8.1" date="2025-01-16"/>
<release version="5.8.0" date="2025-01-15"/>
<release version="5.7.4" date="2024-09-01"/>
<release version="5.7.3" date="2024-06-19"/>
Expand Down
2 changes: 1 addition & 1 deletion src/include/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#define UAEMAJOR 5
#define UAEMINOR 8
#define UAESUBREV 0
#define UAESUBREV 1

#define MAX_AMIGADISPLAYS 1

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
#include "fsdb_host.h"
#include "keyboard.h"

static const char __ver[40] = "$VER: Amiberry-Lite 5.8 (2025-01-15)";
static const char __ver[40] = "$VER: Amiberry-Lite 5.8.1 (2025-01-16)";
long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV;

extern int console_logging;
Expand Down

0 comments on commit 3357742

Please sign in to comment.