Skip to content

Commit e039aea

Browse files
committed
Removed beta from version string
1 parent 98004c9 commit e039aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osdep/target.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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-09-05)")
25+
#define AMIBERRYVERSION _T("Amiberry v3.2 (2020-09-05)")
2626
#define AMIBERRYDATE MAKEBD(2020, 9, 5)
2727

2828
#define IHF_WINDOWHIDDEN 6

0 commit comments

Comments
 (0)