Module: kamailio Branch: 6.1 Commit: cf8b616a8825328699821fb144e000f1e08d0322 URL: https://github.com/kamailio/kamailio/commit/cf8b616a8825328699821fb144e000f1e08d0322
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-27T09:06:48+01:00 src: version set to 6.1.0-rc0 - branch 6.1 created for release series 6.1.x --- Modified: CMakeLists.txt Modified: src/Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/cf8b616a8825328699821fb144e000f1e08d0322.diff Patch: https://github.com/kamailio/kamailio/commit/cf8b616a8825328699821fb144e000f1e08d0322.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bb8c20f0eae..74c37238b27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ endif() # ---- Project settings ---- # Set the version number -set(EXTRAVERSION "-pre1") +set(EXTRAVERSION "-rc0") set(RELEASE "${PROJECT_VERSION}${EXTRAVERSION}") message(STATUS "PROJECT_VERSION: ${PROJECT_VERSION}") diff --git a/src/Makefile.defs b/src/Makefile.defs index 573e702d0a6..f4b546d28ee 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 6 PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = -pre1 +EXTRAVERSION = -rc0 # 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!
