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