From 5038c54d371c02a264f5cbef4e092bf4da6ef5f2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 14 Nov 2025 19:50:19 -0500 Subject: Add -V/--version opt. --- src/unalf.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/unalf.h') diff --git a/src/unalf.h b/src/unalf.h index 40a23d1..422183a 100644 --- a/src/unalf.h +++ b/src/unalf.h @@ -1,3 +1,8 @@ +#ifndef VERSION +#define VERSION "???" +#warning "VERSION not defined, defaulting to \"???\"" +#endif + #ifndef u8 #define u8 unsigned char #define u16 unsigned short -- cgit v1.2.3