Skip to content

Commit

Permalink
Autobump ocaml_opam_repository_gitref.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonah Beckford committed Apr 15, 2024
1 parent 8e5109c commit bec718e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bump-version.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Test with:
# cmake --log-context -D DRYRUN=1 -D CMAKE_MESSAGE_CONTEXT=dkml-runtime-apps -D "regex_DKML_VERSION_SEMVER=1[.]2[.]1-[0-9]+" -D "regex_DKML_VERSION_OPAMVER=1[.]2[.]1[~]prerel[0-9]+" -D DKML_VERSION_SEMVER_NEW=1.2.1-3 -D DKML_VERSION_OPAMVER_NEW=1.2.1~prerel3 -D GIT_EXECUTABLE=git -D DKML_RELEASE_OCAML_VERSION=4.14.2 -D DKML_BUMP_VERSION_PARTICIPANT_MODULE=../../../pkg/bump/DkMLBumpVersionParticipant.cmake -P bump-version.cmake
# cmake --log-context -D DRYRUN=1 -D CMAKE_MESSAGE_CONTEXT=dkml-runtime-apps -D "regex_DKML_VERSION_SEMVER=1[.]2[.]1-[0-9]+" -D "regex_DKML_VERSION_OPAMVER=1[.]2[.]1[~]prerel[0-9]+" -D DKML_VERSION_SEMVER_NEW=2.1.1 -D DKML_VERSION_OPAMVER_NEW=2.1.1 -D GIT_EXECUTABLE=git -D DKML_RELEASE_OCAML_VERSION=4.14.2 -D OCAML_OPAM_REPOSITORY_GITREF=6c3f73f42890cc19f81eb1dec8023c2cd7b8b5cd -D DKML_BUMP_VERSION_PARTICIPANT_MODULE=../../../pkg/bump/DkMLBumpVersionParticipant.cmake -P bump-version.cmake

if(NOT DKML_BUMP_VERSION_PARTICIPANT_MODULE)
message(FATAL_ERROR "Missing -D DKML_BUMP_VERSION_PARTICIPANT_MODULE=.../DkMLBumpVersionParticipant.cmake")
endif()
include(${DKML_BUMP_VERSION_PARTICIPANT_MODULE})

DkMLBumpVersionParticipant_PlainReplace(src/runtimelib/version.txt)
DkMLBumpVersionParticipant_OCamlOpamRepositoryReplace(src/runtimelib/ocaml_opam_repository_gitref.txt)
DkMLBumpVersionParticipant_OpamReplace(dkml-apps.opam)
DkMLBumpVersionParticipant_OpamReplace(dkml-exe-lib.opam)
DkMLBumpVersionParticipant_OpamReplace(dkml-exe.opam)
Expand Down

0 comments on commit bec718e

Please sign in to comment.