Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aehlig committed Nov 4, 2024
1 parent 35048bc commit 562bddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Release `1.4.0` (UNRELEASED)
## Release `1.4.0` (2024-11-04)

A feature release on top of `1.3.0`, backwards compatible with
respect to rule language, build description, repository description,
Expand Down
2 changes: 1 addition & 1 deletion src/buildtool/main/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ auto version() -> std::string {
std::size_t major = 1;
std::size_t minor = 4;
std::size_t revision = 0;
std::string suffix = "~beta1";
std::string suffix = std::string{};
#ifdef VERSION_EXTRA_SUFFIX
suffix += VERSION_EXTRA_SUFFIX;
#endif
Expand Down

0 comments on commit 562bddf

Please sign in to comment.