From 5ac71eee1b31d42c2e094033f342a1adea6001ef Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Tue, 9 Apr 2024 20:45:25 +0200 Subject: Prepare 0.1.0 Clarify a few things in the README.md and add a version macro that can be used with `-V/--version`. --- src/main/version.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/version.h (limited to 'src/main/version.h') diff --git a/src/main/version.h b/src/main/version.h new file mode 100644 index 0000000..cf77ce8 --- /dev/null +++ b/src/main/version.h @@ -0,0 +1,6 @@ +#ifndef _VERSION_H +#define _VERSION_H + +#define DGED_VERSION "dev" + +#endif -- cgit v1.2.3