From 72dde6660c30112ec7cfe49e16c1480255693242 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 7 Mar 2018 23:01:13 -0800 Subject: [PATCH] SCP: Change revision description from Beta to Current --- README.md | 4 ++-- sim_rev.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb5c1651..1f3a2f6d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# SIMH v4.0 - Beta [![Coverity Scan Build Status](https://scan.coverity.com/projects/11982/badge.svg)](https://scan.coverity.com/projects/simh) +# SIMH v4.0 - Current [![Coverity Scan Build Status](https://scan.coverity.com/projects/11982/badge.svg)](https://scan.coverity.com/projects/simh) ## Table of Contents: -[WHAT'S NEW](#whats-new) +[WHAT'S NEW](#whats-new since simh v3.9) . . [New Simulators](#new-simulators) . . [Simulator Front Panel API](#simulator-front-panel-api) . . [New Functionality](#new-functionality) diff --git a/sim_rev.h b/sim_rev.h index 7eb068f2..a929631e 100644 --- a/sim_rev.h +++ b/sim_rev.h @@ -41,7 +41,7 @@ #endif #ifndef SIM_VERSION_MODE -#define SIM_VERSION_MODE "Beta" +#define SIM_VERSION_MODE "Current" #endif #if defined(SIM_NEED_GIT_COMMIT_ID)