Skip to content

Commit

Permalink
Updated beta version date
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jun 30, 2020
1 parent c9a4e88 commit 18ff2ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/osdep/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
#define GETBDD(x) ((x) % 100)

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

extern std::string get_version_string();

Expand Down

0 comments on commit 18ff2ea

Please sign in to comment.