Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-code committed Oct 16, 2024
1 parent 0bc7d9d commit c010742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libursa/Version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ constexpr std::string_view ursadb_format_version = "1.5.0";
// Project version.
// Consider updating the version tag when doing PRs.
// clang-format off
constexpr std::string_view ursadb_version_string = "@PROJECT_VERSION@+opt8";
constexpr std::string_view ursadb_version_string = "@PROJECT_VERSION@+opt9";
// clang-format on

0 comments on commit c010742

Please sign in to comment.