rename version file
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
#include "library.h"
|
||||
|
||||
#include "scanner.h"
|
||||
#include "version.h" /* for FILEVERSION */
|
||||
#include "version.inc"
|
||||
#include "vp.h"
|
||||
|
||||
#if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
|
||||
|
@ -42,7 +42,7 @@
|
||||
#ifdef CCS
|
||||
# include "sgs.h" /* ESG_PKG and ESG_REL */
|
||||
#else
|
||||
# include "version.h" /* FILEVERSION and FIXVERSION */
|
||||
# include "version.inc"
|
||||
#endif
|
||||
|
||||
#include <ncurses.h>
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
#include "build.h"
|
||||
#include "vp.h"
|
||||
#include "version.h" /* FILEVERSION and FIXVERSION */
|
||||
#include "version.inc"
|
||||
#include "scanner.h"
|
||||
|
||||
#include <stdlib.h> /* atoi */
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include "build.h"
|
||||
#include "vp.h"
|
||||
#include "version.h" /* FILEVERSION and FIXVERSION */
|
||||
#include "version.inc"
|
||||
|
||||
#include <stdlib.h> /* atoi */
|
||||
#include <getopt.h>
|
||||
|
Reference in New Issue
Block a user