summaryrefslogtreecommitdiff
path: root/7ed.c
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-04-14 13:12:36 +0200
committerOskar <[email protected]>2024-04-14 13:12:36 +0200
commit5adffffc05eef954a606e28e8f769ce0a31c83c7 (patch)
treecd8a689b5fd57fde206f2e98e0dbfda3f83742f1 /7ed.c
parent94cca5bee677e31a084101f1afc506c0a0b9c65e (diff)
Makefile changes, added gnu11 std and added -Wpedantic for better
warnings
Diffstat (limited to '7ed.c')
-rw-r--r--7ed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/7ed.c b/7ed.c
index 7ef9107..a202bea 100644
--- a/7ed.c
+++ b/7ed.c
@@ -6,7 +6,7 @@
#include "input.h"
#include <stdint.h>
-#define VERSION 1
+#define VERSION 2
#define USAGE "7ed [OPTION] [FILENAME]\n" \
"\nVALID COMMAND-LINE OPTIONS:\n\n"\
" -v Prints out the version number\n"\