Renamed version.h to epicsVersion.h

This commit is contained in:
Janet B. Anderson
1994-10-05 18:28:17 +00:00
parent 70ab19bce4
commit 941f41a99d
3 changed files with 6 additions and 3 deletions

View File

@@ -43,7 +43,7 @@
#include "dbVarSub.h"
#include <dbStaticLib.h>
#include <version.h>
#include <epicsVersion.h>
static char subst_buffer[VAR_MAX_SUB_SIZE];
static int subst_used;

View File

@@ -42,7 +42,7 @@
#endif
#include "dbVarSub.h"
#include <version.h>
#include <epicsVersion.h>
static int line_num;
static int yyerror();

View File

@@ -1,5 +1,8 @@
/* $Id$
* $Log$
* Revision 1.4 1994/08/18 04:34:42 bordua
* Added some spaces to make output look good.
*
* Revision 1.3 1994/07/17 10:37:48 bordua
* Changed to use epicsReleaseVersion as a string.
*
@@ -10,7 +13,7 @@
* Initial version.
**/
#include <version.h>
#include <epicsVersion.h>
char *epicsRelease= "@(#)EPICS IOC CORE $Date$";
char *epicsRelease1 = epicsReleaseVersion;