Skip to content

Commit

Permalink
Bumped version to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Mar 26, 2020
1 parent 43dc6e0 commit bc607fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/osdep/target.h
Expand Up @@ -22,8 +22,8 @@
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
#define GETBDD(x) ((x) % 100)

#define AMIBERRYVERSION _T("Amiberry v3.1.2 (2020-02-18)")
#define AMIBERRYDATE MAKEBD(2020, 02, 18)
#define AMIBERRYVERSION _T("Amiberry v3.1.3 (2020-03-26)")
#define AMIBERRYDATE MAKEBD(2020, 03, 26)

extern std::string get_version_string();

Expand Down

0 comments on commit bc607fe

Please sign in to comment.