rename version file
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user