File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717
1818#define UAEMAJOR 4
1919#define UAEMINOR 1
20- #define UAESUBREV 0
20+ #define UAESUBREV 1
2121
2222#define MAX_AMIGADISPLAYS 4
2323
Original file line number Diff line number Diff line change 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 )" ;
6161long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV;
6262
6363struct uae_prefs currprefs, changed_prefs;
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments