VERSION definition no longer necessary in header.

This commit is contained in:
Nicolás A. Ortega Froysa 2024-09-17 17:50:58 +02:00
parent 5d1234a267
commit 5058070fcb
2 changed files with 0 additions and 5 deletions

View File

@ -17,8 +17,4 @@
*/
#pragma once
#ifndef VERSION
#define VERSION "VERSION"
#endif
#define ARRAY_LEN(arr) (sizeof(arr) / sizeof(arr[0]))

View File

@ -19,7 +19,6 @@
#include <stdio.h>
#include "arg_parse.h"
#include "global.h"
void print_version(void) {
printf("menu-helper v%s\n\n", VERSION);