Skip to content

Commit e183f86

Browse files
committed
Updated version to v4.1.1
1 parent 245d5c6 commit e183f86

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/include/options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#define UAEMAJOR 4
1919
#define UAEMINOR 1
20-
#define UAESUBREV 0
20+
#define UAESUBREV 1
2121

2222
#define MAX_AMIGADISPLAYS 4
2323

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
#include <sys/ioctl.h>
5858
#include "keyboard.h"
5959

60-
static const char __ver[40] = "$VER: Amiberry 4.1 (2021-04-02)";
60+
static const char __ver[40] = "$VER: Amiberry 4.1.1 (2021-04-03)";
6161
long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV;
6262

6363
struct uae_prefs currprefs, changed_prefs;

src/osdep/target.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
2525
#define GETBDD(x) ((x) % 100)
2626

27-
#define AMIBERRYVERSION _T("Amiberry v4.1 (2021-04-02)")
28-
#define AMIBERRYDATE MAKEBD(2021, 4, 2)
27+
#define AMIBERRYVERSION _T("Amiberry v4.1.1 (2021-04-03)")
28+
#define AMIBERRYDATE MAKEBD(2021, 4, 3)
2929

3030
#define IHF_WINDOWHIDDEN 6
3131

0 commit comments

Comments
 (0)