Module: kamailio Branch: master Commit: 36c67dfc27efbca9e960af8ef71af551c67a8e7e URL: https://github.com/kamailio/kamailio/commit/36c67dfc27efbca9e960af8ef71af551c67a8e7e
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-27T08:57:30+01:00 src: version set to 6.1.0-pre1 --- Modified: CMakeLists.txt Modified: src/Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/36c67dfc27efbca9e960af8ef71af551c67a8e7e.diff Patch: https://github.com/kamailio/kamailio/commit/36c67dfc27efbca9e960af8ef71af551c67a8e7e.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8bbcc315230..bb8c20f0eae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ endif() # ---- Project settings ---- # Set the version number -set(EXTRAVERSION "-pre0") +set(EXTRAVERSION "-pre1") set(RELEASE "${PROJECT_VERSION}${EXTRAVERSION}") message(STATUS "PROJECT_VERSION: ${PROJECT_VERSION}") diff --git a/src/Makefile.defs b/src/Makefile.defs index afa7b0a8265..573e702d0a6 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 6 PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = -pre0 +EXTRAVERSION = -pre1 # 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!
