-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HOTFIX Better version information (#3983)
* Adds the version as a tag to master whenever the release branch is updated with a new version * Always recompiles the files that use template Haskell to read `git` information to output as a version * Outputs only the version number if it is a proper `release` version, not the dummy version `0.1.0` from master ``` $ kore-rpc-client --version 0.1.40 $ kore-rpc-booster --version 0.1.40 $ kore-rpc --version 0.1.40 ``` * Otherwise outputs the `git` information as before: ``` $ .build/kore/bin/kore-rpc-client --version hs-backend-booster custom build: revision: 723eaa2 (dirty) branch: HOTFIX-better-version-information last commit: Wed Jul 17 14:59:15 2024 +1000 $ .build/kore/bin/kore-rpc-booster --version hs-backend-booster custom build: revision: 723eaa2 (dirty) branch: HOTFIX-better-version-information last commit: Wed Jul 17 14:59:15 2024 +1000 $ .build/kore/bin/kore-rpc --version kore custom build: revision: 723eaa2 (dirty) branch: HOTFIX-better-version-information last commit: Wed Jul 17 14:59:15 2024 +1000 ``` --------- Co-authored-by: github-actions <github-actions@github.com>
- Loading branch information
Showing
5 changed files
with
34 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -560,6 +560,7 @@ library | |
Log.Entry | ||
Logic | ||
Options.SMT | ||
Paths_kore | ||
Pair | ||
Partial | ||
Prelude.Kore | ||
|