diff options
| author | Selene ToyKeeper | 2021-04-01 22:50:47 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2021-04-01 22:50:47 -0600 |
| commit | c123f5d558e56eb0c3805b31022e4fedf774c36b (patch) | |
| tree | 9b70e28e29cc88e4e3b775683344a4062e65c9c7 | |
| parent | minor formatting cleanup on t1616 hwdef files (diff) | |
| download | anduril-c123f5d558e56eb0c3805b31022e4fedf774c36b.tar.gz anduril-c123f5d558e56eb0c3805b31022e4fedf774c36b.tar.bz2 anduril-c123f5d558e56eb0c3805b31022e4fedf774c36b.zip | |
reverted version.h back to generic original
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/anduril/version.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/version.h b/spaghetti-monster/anduril/version.h index 14502aa..8cf3c90 100644 --- a/spaghetti-monster/anduril/version.h +++ b/spaghetti-monster/anduril/version.h @@ -1 +1,4 @@ -#define VERSION_NUMBER "20210201" +// 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" |
