From da6f343032cb01597dc7866e66f091adf3243a62 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 20 Nov 2021 03:10:50 +0000 Subject: Initial public snapshot With code from Bill. Thanks Bill! --- src/version.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/version.h (limited to 'src/version.h') diff --git a/src/version.h b/src/version.h new file mode 100644 index 0000000..b75b78f --- /dev/null +++ b/src/version.h @@ -0,0 +1,5 @@ +#define NAME "SST" +#define LONGNAME "Source Speedrun Tools" +#define VERSION_MAJOR 0 +#define VERSION_MINOR 1 +#define VERSION "Beta 0.1" -- cgit v1.2.3