Updated beta version date

This commit is contained in:
Dimitris Panokostas 2020-08-02 18:27:16 +02:00
parent c12df452bb
commit 2b9b4184d6

View file

@ -22,8 +22,8 @@
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100) #define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
#define GETBDD(x) ((x) % 100) #define GETBDD(x) ((x) % 100)
#define AMIBERRYVERSION _T("Amiberry v3.2 beta (2020-08-01)") #define AMIBERRYVERSION _T("Amiberry v3.2 beta (2020-08-02)")
#define AMIBERRYDATE MAKEBD(2020, 8, 1) #define AMIBERRYDATE MAKEBD(2020, 8, 2)
#define IHF_WINDOWHIDDEN 6 #define IHF_WINDOWHIDDEN 6