1
0
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:
Mark Pizzolato
2012-12-24 09:23:19 -08:00
parent ab6808d446
commit 34e0523ba8
2 changed files with 15 additions and 0 deletions

View File

@@ -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