diff options
| author | Albert Cervin <albert@acervin.com> | 2025-11-25 16:09:38 +0100 |
|---|---|---|
| committer | Albert Cervin <albert@acervin.com> | 2025-11-25 16:09:38 +0100 |
| commit | a4056eb9de575463ccc9f53db8952e49801a8cf3 (patch) | |
| tree | 92cd5a2169f22b1fa84aa8c20a91774c7fd1668b /src | |
| parent | c21bd5f2d9f4ec2230b31040fd3c34cbe417476f (diff) | |
| download | dged-a4056eb9de575463ccc9f53db8952e49801a8cf3.tar.gz dged-a4056eb9de575463ccc9f53db8952e49801a8cf3.tar.xz dged-a4056eb9de575463ccc9f53db8952e49801a8cf3.zip | |
Revert the revision
It does not play nice with Nix
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/main.c b/src/main/main.c index e9f7938..70c62a3 100644 --- a/src/main/main.c +++ b/src/main/main.c @@ -39,7 +39,6 @@ #include "cmds.h" #include "completion.h" #include "frame-hooks.h" -#include "revision.h" #include "version.h" /* welcome.h is generated from welcome.inc with @@ -170,7 +169,7 @@ static void usage(void) { } static void version(void) { - printf("dged - %s (%s)\n© Albert Cervin 2025\n", DGED_VERSION, DGED_REVISION); + printf("dged - %s\n© Albert Cervin 2024\n", DGED_VERSION); } int main(int argc, char *argv[]) { |
