Skip to content

Commit 18ff2ea

Browse files
committed
Updated beta version date
1 parent c9a4e88 commit 18ff2ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/osdep/target.h

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

25-
#define AMIBERRYVERSION _T("Amiberry v3.2 beta (2020-06-29)")
26-
#define AMIBERRYDATE MAKEBD(2020, 6, 29)
25+
#define AMIBERRYVERSION _T("Amiberry v3.2 beta (2020-06-30)")
26+
#define AMIBERRYDATE MAKEBD(2020, 6, 30)
2727

2828
extern std::string get_version_string();
2929

0 commit comments

Comments
 (0)