rename version file

This commit is contained in:
anon
2023-12-15 20:33:42 +01:00
parent 4dd4a06595
commit 9c1af10b53
5 changed files with 4 additions and 4 deletions

@ -43,7 +43,7 @@
#include "library.h" #include "library.h"
#include "scanner.h" #include "scanner.h"
#include "version.h" /* for FILEVERSION */ #include "version.inc"
#include "vp.h" #include "vp.h"
#if defined(USE_NCURSES) && !defined(RENAMED_NCURSES) #if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)

@ -42,7 +42,7 @@
#ifdef CCS #ifdef CCS
# include "sgs.h" /* ESG_PKG and ESG_REL */ # include "sgs.h" /* ESG_PKG and ESG_REL */
#else #else
# include "version.h" /* FILEVERSION and FIXVERSION */ # include "version.inc"
#endif #endif
#include <ncurses.h> #include <ncurses.h>

@ -40,7 +40,7 @@
#include "build.h" #include "build.h"
#include "vp.h" #include "vp.h"
#include "version.h" /* FILEVERSION and FIXVERSION */ #include "version.inc"
#include "scanner.h" #include "scanner.h"
#include <stdlib.h> /* atoi */ #include <stdlib.h> /* atoi */

@ -2,7 +2,7 @@
#include "build.h" #include "build.h"
#include "vp.h" #include "vp.h"
#include "version.h" /* FILEVERSION and FIXVERSION */ #include "version.inc"
#include <stdlib.h> /* atoi */ #include <stdlib.h> /* atoi */
#include <getopt.h> #include <getopt.h>