Module: kamailio Branch: master Commit: 1b81eb70b266858e86502578992703c51152cabf URL: https://github.com/kamailio/kamailio/commit/1b81eb70b266858e86502578992703c51152cabf
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-27T09:01:14+01:00 Makefile.defs: version set to 6.2.0-dev0 - master branch is open for new features to be part of future release series 6.2.x --- Modified: CMakeLists.txt Modified: src/Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/1b81eb70b266858e86502578992703c51152cabf.diff Patch: https://github.com/kamailio/kamailio/commit/1b81eb70b266858e86502578992703c51152cabf.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bb8c20f0eae..0a8fe18d63f 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.2.0 DESCRIPTION "Kamailio SIP Server" HOMEPAGE_URL "https://www.kamailio.org" ) @@ -23,7 +23,7 @@ endif() # ---- Project settings ---- # Set the version number -set(EXTRAVERSION "-pre1") +set(EXTRAVERSION "-dev0") set(RELEASE "${PROJECT_VERSION}${EXTRAVERSION}") message(STATUS "PROJECT_VERSION: ${PROJECT_VERSION}") diff --git a/src/Makefile.defs b/src/Makefile.defs index 573e702d0a6..09056419bf4 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -105,9 +105,9 @@ INSTALL_FLAVOUR=$(FLAVOUR) # version number VERSION = 6 -PATCHLEVEL = 1 +PATCHLEVEL = 2 SUBLEVEL = 0 -EXTRAVERSION = -pre1 +EXTRAVERSION = -dev0 # 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!
