From 6ad4eb59d539a336468d81520bc23825c93add7a Mon Sep 17 00:00:00 2001 From: msm Date: Tue, 22 Oct 2024 02:59:08 +0200 Subject: [PATCH] Nit: fix the version string for release --- libursa/Version.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libursa/Version.h.in b/libursa/Version.h.in index aefb917..f99dccb 100644 --- a/libursa/Version.h.in +++ b/libursa/Version.h.in @@ -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@+opt9"; +constexpr std::string_view ursadb_version_string = "@PROJECT_VERSION@"; // clang-format on