Skip to content

Commit

Permalink
Bumped version to v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Feb 18, 2020
1 parent 077dab0 commit c95512b
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.1.1 (2020-02-05)")
#define AMIBERRYDATE MAKEBD(2020, 02, 05)
#define AMIBERRYVERSION _T("Amiberry v3.1.2 (2020-02-18)")
#define AMIBERRYDATE MAKEBD(2020, 02, 18)

extern std::string get_version_string();

Expand Down

0 comments on commit c95512b

Please sign in to comment.