Skip to content

Commit bc607fe

Browse files
committed
Bumped version to 3.1.3
1 parent 43dc6e0 commit bc607fe

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.1.2 (2020-02-18)")
26-
#define AMIBERRYDATE MAKEBD(2020, 02, 18)
25+
#define AMIBERRYVERSION _T("Amiberry v3.1.3 (2020-03-26)")
26+
#define AMIBERRYDATE MAKEBD(2020, 03, 26)
2727

2828
extern std::string get_version_string();
2929

0 commit comments

Comments
 (0)