summaryrefslogtreecommitdiff
path: root/src/main/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/main.c')
-rw-r--r--src/main/main.c3
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[]) {