Module: kamailio Branch: master Commit: eff46f6a2d3f354c7c0b193410269239736b40b7 URL: https://github.com/kamailio/kamailio/commit/eff46f6a2d3f354c7c0b193410269239736b40b7
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-09T07:34:42+01:00 src: version set to 6.1.0-pre0 - start of testing phase for series 6.1.x --- Modified: CMakeLists.txt Modified: src/Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/eff46f6a2d3f354c7c0b193410269239736b40b7.diff Patch: https://github.com/kamailio/kamailio/commit/eff46f6a2d3f354c7c0b193410269239736b40b7.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e09d54dda63..8bbcc315230 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ endif() # ---- Project settings ---- # Set the version number -set(EXTRAVERSION "-dev2") +set(EXTRAVERSION "-pre0") set(RELEASE "${PROJECT_VERSION}${EXTRAVERSION}") message(STATUS "PROJECT_VERSION: ${PROJECT_VERSION}") diff --git a/src/Makefile.defs b/src/Makefile.defs index 3d304461497..afa7b0a8265 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 6 PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = -dev2 +EXTRAVERSION = -pre0 # 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!
