/** * version.h * * Just the version number. There's DEFINITELY a better way to do this! * * (c) 2026 Simon Brooke * Licensed under GPL version 2.0, or, at your option, any later version. */ #define VERSION "0.1.0-SNAPSHOT" #define VERSION_CODENAME "A Momentary Lapse Of Sanity"