We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6c972a + 31ad2f2 commit 51045b4Copy full SHA for 51045b4
src/main.c
@@ -246,6 +246,7 @@ extern DspInterface currentdsp;
246
#include "sdldefs.h" /* for init_SDL */
247
#endif
248
extern const time_t MDate;
249
+extern const char *MaikoGitVersion;
250
extern int nokbdflag;
251
extern int nomouseflag;
252
#ifdef DOS
@@ -831,6 +832,7 @@ void print_info_lines(void) {
831
832
#endif /* RELEASE */
833
printf("Compiled for %s (%s) (%d bit).\n", MAIKO_OS_NAME, MAIKO_ARCH_NAME, MAIKO_ARCH_WORD_BITS);
834
printf("Creation date: %s", ctime(&MDate));
835
+ printf("%s\n", MaikoGitVersion);
836
#ifdef LPSOLVE
837
printf("Contains lp_solve LP solver.\n");
838
#endif /* LPSOLVE */
0 commit comments