diff options
| author | Selene ToyKeeper | 2022-04-09 07:07:47 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2022-04-09 07:07:47 -0600 |
| commit | 3d81483ef1948cd0b60917cae5e1845c5975a22d (patch) | |
| tree | 120062457fda59bf8b4889ab24d5da944293f751 | |
| parent | merged sofirn sp10-pro branch (should have done it months ago, but forgot) (diff) | |
| download | anduril-3d81483ef1948cd0b60917cae5e1845c5975a22d.tar.gz anduril-3d81483ef1948cd0b60917cae5e1845c5975a22d.tar.bz2 anduril-3d81483ef1948cd0b60917cae5e1845c5975a22d.zip | |
revert spurious change to version.h
(forgot to revert it after build test, before merge commit)
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 6bd781e..8cf3c90 100644 --- a/spaghetti-monster/anduril/version.h +++ b/spaghetti-monster/anduril/version.h @@ -1 +1,4 @@ -#define VERSION_NUMBER "20220409" +// 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" |
