VERSION definition no longer necessary in header.
This commit is contained in:
parent
5d1234a267
commit
5058070fcb
@ -17,8 +17,4 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#ifndef VERSION
|
||||
#define VERSION "VERSION"
|
||||
#endif
|
||||
|
||||
#define ARRAY_LEN(arr) (sizeof(arr) / sizeof(arr[0]))
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user