Module: kamailio
Branch: master
Commit: 919b7b147f380aadd3ef034acd23946edc28624f
URL:
https://github.com/kamailio/kamailio/commit/919b7b147f380aadd3ef034acd23946…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2024-12-17T08:04:46+01:00
Makefile.defs, CMakeLists.txt: version set to 6.0.0-dev4
- end of development for release series 6.0.x
---
Modified: CMakeLists.txt
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/919b7b147f380aadd3ef034acd23946…
Patch:
https://github.com/kamailio/kamailio/commit/919b7b147f380aadd3ef034acd23946…
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae262e1c6c0..38c85610ec2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.10)
project(kamailio VERSION 6.0.0)
# Set the version number
-set(EXTRAVERSION "-dev2")
+set(EXTRAVERSION "-dev4")
set(RELEASE "${PROJECT_VERSION}${EXTRAVERSION}")
message(STATUS "PROJECT_VERSION: ${PROJECT_VERSION}")
diff --git a/src/Makefile.defs b/src/Makefile.defs
index c3ae2b8b857..6fdd6cf7e91 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 6
PATCHLEVEL = 0
SUBLEVEL = 0
-EXTRAVERSION = -dev3
+EXTRAVERSION = -dev4
# memory manager switcher
# 0 - f_malloc (fast malloc)