diff -r ccc41b180db7 -r 719e3c6d4c9b src/frontend.c --- a/src/frontend.c Thu Jul 11 19:30:55 2024 +0200 +++ b/src/frontend.c Thu Jul 11 19:37:36 2024 +0200 @@ -109,7 +109,7 @@ return EXIT_SUCCESS; case 'v': case 'V': -#ifdef VERSION_DEVELOP +#if VERSION_DEVELOP > 0 printf("%d.%d (unstable)\n", VERSION_MAJOR, VERSION_MINOR); #else printf("%d.%d\n", VERSION_MAJOR, VERSION_MINOR);