Skip to content

Commit

Permalink
Remove RC from version
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jan 14, 2025
1 parent f4985c7 commit 28b40b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ option(WITH_LTO "Enable Link Time Optimization" OFF)
set(VERSION_MAJOR "5")
set(VERSION_MINOR "8")
set(VERSION_PATCH "0")
set(VERSION_PRE_RELEASE "RC1")
set(VERSION_PRE_RELEASE "")

set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

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.0 (2025-01-13)";
static const char __ver[40] = "$VER: Amiberry-Lite 5.8 (2025-01-14)";
long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV;

extern int console_logging;
Expand Down

0 comments on commit 28b40b3

Please sign in to comment.