From 3ca25bc3dfcb3fac51e7aa1e185e65057a74fc45 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sun, 18 Oct 2020 20:03:04 -0700 Subject: [PATCH] Make VERS macro overrideable on the command line This will allow custom version strings when building. --- src/bygfoot.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bygfoot.h b/src/bygfoot.h index ffe63f85..d7475b4a 100644 --- a/src/bygfoot.h +++ b/src/bygfoot.h @@ -48,7 +48,9 @@ /** * Program version number and year (copyright). */ +#ifndef VERS #define VERS "2.3.3" +#endif #define YEAR "2005 - 2011" /** Home dir name */