src/frontend.c

changeset 78
719e3c6d4c9b
parent 70
60cecca5e484
child 82
ce67b1b2e979
--- 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);

mercurial