From 8ac9f43a53ae860a464a393fc9b88d9795cc26f0 Mon Sep 17 00:00:00 2001 From: msm-cert <156842376+msm-cert@users.noreply.github.com> Date: Tue, 22 Oct 2024 01:04:50 +0000 Subject: [PATCH] Nit: fix the version string for release (#231) --- 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