Module: kamailio Branch: master Commit: ec5c1907c21ca8a479eed330cc3be9900f98f95a URL: https://github.com/kamailio/kamailio/commit/ec5c1907c21ca8a479eed330cc3be990...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-01-22T20:34:15+01:00
Makefile.defs: version set to 6.1.0-dev0
- version set also in CMakeLists.txt - master branch is now open for development of the future release series 6.1.x
---
Modified: CMakeLists.txt Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/ec5c1907c21ca8a479eed330cc3be990... Patch: https://github.com/kamailio/kamailio/commit/ec5c1907c21ca8a479eed330cc3be990...
---
diff --git a/CMakeLists.txt b/CMakeLists.txt index 074b855959d..24d2510b725 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,12 +5,12 @@ cmake_minimum_required(VERSION 3.10) # Set the project name project( kamailio - VERSION 6.0.0 + VERSION 6.1.0 DESCRIPTION "Kamailio SIP Server" HOMEPAGE_URL "https://www.kamailio.org")
# 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 cc6635bc9fe..7656029123e 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -105,9 +105,9 @@ INSTALL_FLAVOUR=$(FLAVOUR)
# version number VERSION = 6 -PATCHLEVEL = 0 +PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = -pre1 +EXTRAVERSION = -dev0
# memory manager switcher # 0 - f_malloc (fast malloc)