Module: kamailio Branch: 6.1 Commit: 7a920ed8d2600e15f9a3ba5c7d9a5a897cbf9207 URL: https://github.com/kamailio/kamailio/commit/7a920ed8d2600e15f9a3ba5c7d9a5a897cbf9207
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-03-04T20:04:44+01:00 src: version set to 6.1.1 --- Modified: CMakeLists.txt Modified: src/Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/7a920ed8d2600e15f9a3ba5c7d9a5a897cbf9207.diff Patch: https://github.com/kamailio/kamailio/commit/7a920ed8d2600e15f9a3ba5c7d9a5a897cbf9207.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fe42c30e80..38f14d45f83 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.1.0 + VERSION 6.1.1 DESCRIPTION "Kamailio SIP Server" HOMEPAGE_URL "https://www.kamailio.org" ) diff --git a/src/Makefile.defs b/src/Makefile.defs index 4844ac2e209..0ed3b7d73fc 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -106,7 +106,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) # version number VERSION = 6 PATCHLEVEL = 1 -SUBLEVEL = 0 +SUBLEVEL = 1 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!
