Module: kamailio Branch: 6.0 Commit: 6ef4b62d5ceb43a859d7695db73dc0b6356c29bb URL: https://github.com/kamailio/kamailio/commit/6ef4b62d5ceb43a859d7695db73dc0b6356c29bb
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-06-19T10:01:25+02:00 src: version set to 6.0.7 --- Modified: CMakeLists.txt Modified: src/Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/6ef4b62d5ceb43a859d7695db73dc0b6356c29bb.diff Patch: https://github.com/kamailio/kamailio/commit/6ef4b62d5ceb43a859d7695db73dc0b6356c29bb.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 237797f802f..557d3e524f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13) # Set the project name project( kamailio - VERSION 6.0.6 + VERSION 6.0.7 DESCRIPTION "Kamailio SIP Server" HOMEPAGE_URL "https://www.kamailio.org" ) diff --git a/src/Makefile.defs b/src/Makefile.defs index 594af778b8f..3fbb0adbdc0 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -106,7 +106,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) # version number VERSION = 6 PATCHLEVEL = 0 -SUBLEVEL = 6 +SUBLEVEL = 7 EXTRAVERSION = # memory manager switcher _______________________________________________ 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!
