Rename git version to simply version

This commit is contained in:
Martin Lund 2024-11-30 11:37:12 +01:00
parent c49faa7337
commit b8135ea639
6 changed files with 15 additions and 15 deletions

View file

@ -22,7 +22,7 @@
#if defined(__linux__)
#include <linux/serial.h>
#endif
#include "git-version.h"
#include "version.h"
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
@ -1091,7 +1091,7 @@ void handle_command_sequence(char input_char, char *output_char, bool *forward)
break;
case KEY_V:
tio_printf("tio %s", GIT_VERSION);
tio_printf("tio %s", VERSION);
break;
case KEY_X: