From 06d75ac58143cf3dccd981975f20d589895de5b3 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Wed, 2 Oct 2019 00:02:27 -0600 Subject: added a default version.h for people who don't use the build script --- spaghetti-monster/anduril/version.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 spaghetti-monster/anduril/version.h diff --git a/spaghetti-monster/anduril/version.h b/spaghetti-monster/anduril/version.h new file mode 100644 index 0000000..8cf3c90 --- /dev/null +++ b/spaghetti-monster/anduril/version.h @@ -0,0 +1,4 @@ +// this file is replaced automatically by the build script +// set your own date here if you're not using the build script +// otherwise, default to first human contact with the moon +#define VERSION_NUMBER "19690720" -- cgit v1.2.3