src/cline.h

changeset 69
186e41b332d9
parent 68
ae763178ee1e
     1.1 --- a/src/cline.h	Fri Sep 22 23:26:23 2023 +0200
     1.2 +++ b/src/cline.h	Fri Sep 29 20:07:20 2023 +0200
     1.3 @@ -27,7 +27,9 @@
     1.4  #ifndef CLINE_H_
     1.5  #define CLINE_H_
     1.6  
     1.7 -#define VERSION "1.4.1"
     1.8 +#ifndef VERSION
     1.9 +#error "VERSION macro must be set by build system"
    1.10 +#endif
    1.11  
    1.12  #include "stdinc.h"
    1.13  #include "settings.h"

mercurial