Skip to content

Commit a426b89

Browse files
author
deadwood
committed
Update version and build date
1 parent 5961559 commit a426b89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

morphos_stuff.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -1087,11 +1087,11 @@ void rexx_handle_events (void)
10871087
/**********************************************************************************************************************/
10881088

10891089
#ifdef __AROS__
1090-
#define BUILD_DATE "29.03.2022"
1090+
#define BUILD_DATE "27.04.2023"
10911091
#define VERSION ""
1092-
const char version[] = "$VER: MPlayer 1.1 ("BUILD_DATE") © MPlayer Team";
1093-
const char muiversion[] = "$VER: MPlayer 1.1 ("BUILD_DATE")";
1094-
const char muititle[] = "MPlayer 1.1 ("BUILD_DATE") "VERSION;
1092+
const char version[] = "$VER: MPlayer 1.2 ("BUILD_DATE") © MPlayer Team";
1093+
const char muiversion[] = "$VER: MPlayer 1.2 ("BUILD_DATE")";
1094+
const char muititle[] = "MPlayer 1.2 ("BUILD_DATE") "VERSION;
10951095
const char revision[] = VERSION;
10961096
#else
10971097
const char version[] = "$VER: MPlayer 1.0 (25.09.2011) © MPlayer Team, Nicolas Det, Fabien Coeurjoly [SVN: r34123]";

0 commit comments

Comments
 (0)