mirror of
https://github.com/simh/simh.git
synced 2026-05-05 23:34:21 +00:00
Set version to 4.0-0 Beta
This commit is contained in:
12
sim_rev.h
12
sim_rev.h
@@ -27,10 +27,22 @@
|
||||
#ifndef _SIM_REV_H_
|
||||
#define _SIM_REV_H_ 0
|
||||
|
||||
#ifndef SIM_MAJOR
|
||||
#define SIM_MAJOR 4
|
||||
#endif
|
||||
#ifndef SIM_MINOR
|
||||
#define SIM_MINOR 0
|
||||
#endif
|
||||
#ifndef SIM_PATCH
|
||||
#define SIM_PATCH 0
|
||||
#endif
|
||||
#ifndef SIM_DELTA
|
||||
#define SIM_DELTA 0
|
||||
#endif
|
||||
|
||||
#ifndef SIM_VERSION_MODE
|
||||
#define SIM_VERSION_MODE "Beta"
|
||||
#endif
|
||||
|
||||
/*
|
||||
The comment section below reflects the manual editing process which was in place
|
||||
|
||||
Reference in New Issue
Block a user