Module: kamailio Branch: 6.1 Commit: 2cc923a0f7a4640853a0483d34ef8b3c5d7112ed URL: https://github.com/kamailio/kamailio/commit/2cc923a0f7a4640853a0483d34ef8b3c5d7112ed
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-02-18T10:52:22+01:00 src: version set to 6.1.0 --- Modified: CMakeLists.txt Modified: src/Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/2cc923a0f7a4640853a0483d34ef8b3c5d7112ed.diff Patch: https://github.com/kamailio/kamailio/commit/2cc923a0f7a4640853a0483d34ef8b3c5d7112ed.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 74c37238b27..9fe42c30e80 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}") diff --git a/src/Makefile.defs b/src/Makefile.defs index 4d79a88bafb..4844ac2e209 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 6 PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = -rc0 +EXTRAVERSION = # memory manager switcher # 0 - f_malloc (fast malloc) _______________________________________________ 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!
