1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-26 12:12:52 +00:00

CMake: Bump project version to 4.1.0

- Bump SIMH_VERSION_MINOR in CMakeLists.txt. This propagates down
  through the rest of the CMake infrastructure.

- README-CMake.md, cmake/{GitHub-release.md,cmake-builder.sh}: Update
  documentation. (Prettiness.)

- vcpkg.json: Update simh version-string. (Consistency.)

NOTE: Github CI/CD: There has to be an automated way to update version
numbers; researching.
This commit is contained in:
B. Scott Michel
2023-07-21 09:47:36 -07:00
committed by Paul Koning
parent 9247b96b37
commit 487f243c28
6 changed files with 25 additions and 25 deletions

View File

@@ -18,14 +18,14 @@ Welcome to SIMH's pre-built binaries!
TO INSTALL. If you do, you are likely to get a Windows Defender popup box that
will prevent you from installing SIMH. Instead, use a CMD or PowerShell
command window and execute the `.exe` from the command line prompt. For
example, to install `simh-4.0.0-win32-native.exe`:
example, to install `simh-4.1.0-win32-native.exe`:
```
## PowerShell:
PS> .\simh-4.0.0-win32-native
PS> .\simh-4.1.0-win32-native
## CMD:
> .\simh-4.0.0-win32-native
> .\simh-4.1.0-win32-native
```
- `.msi`: WiX toolkit-created Windows MSI installer.
@@ -37,5 +37,5 @@ Welcome to SIMH's pre-built binaries!
or CMD command window:
```
> msiexec /qf /i simh-4.0.0-win32-native.msi
> msiexec /qf /i simh-4.1.0-win32-native.msi
```

View File

@@ -41,7 +41,7 @@ Options:
--cppcheck Enable cppcheck static code analysis rules
--cpack_suffix Specify CPack's packaging suffix, e.g., "ubuntu-22.04"
to produce the "simh-4.0.0-ubuntu-22.04.deb" Debian
to produce the "simh-4.1.0-ubuntu-22.04.deb" Debian
package.
--verbose Turn on verbose build output