Module: kamailio Branch: 6.0 Commit: f5f3e9f63c62f12746d282eea29c1a77d6da456b URL: https://github.com/kamailio/kamailio/commit/f5f3e9f63c62f12746d282eea29c1a77d6da456b
Author: Mikko Lehto <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2025-09-24T09:56:04+02:00 CMakeLists.txt: drop EXTRAVERSION --- Modified: CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/f5f3e9f63c62f12746d282eea29c1a77d6da456b.diff Patch: https://github.com/kamailio/kamailio/commit/f5f3e9f63c62f12746d282eea29c1a77d6da456b.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fc088a394db..f046100275a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ endif() # ---- Project settings ---- # Set the version number -set(EXTRAVERSION "-rc0") +set(EXTRAVERSION "") set(RELEASE "${PROJECT_VERSION}${EXTRAVERSION}") message(STATUS "PROJECT_VERSION: ${PROJECT_VERSION}") _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
