mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
- 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.
15 lines
285 B
JSON
15 lines
285 B
JSON
{
|
|
"name": "simh",
|
|
"version-string": "4.1.0",
|
|
"description": [
|
|
"SIMH: The historical computer architecture simulation suite."
|
|
],
|
|
"dependencies": [
|
|
"pthreads",
|
|
"pcre",
|
|
"libpng",
|
|
"sdl2",
|
|
"sdl2-ttf"
|
|
]
|
|
}
|