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)