Module: kamailio Branch: master Commit: cd518c157cf28a04f703e4cce2f8ed92126b105d URL: https://github.com/kamailio/kamailio/commit/cd518c157cf28a04f703e4cce2f8ed92126b105d
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2024-12-17T08:08:17+01:00 Makefile.defs, CMakeLists.txt: version set to 6.0.0-pre0 - start of testing phase for release series 6.0.x --- Modified: CMakeLists.txt Modified: src/Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/cd518c157cf28a04f703e4cce2f8ed92126b105d.diff Patch: https://github.com/kamailio/kamailio/commit/cd518c157cf28a04f703e4cce2f8ed92126b105d.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 38c85610ec2..bc327fe8883 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 "-dev4") +set(EXTRAVERSION "-pre0") set(RELEASE "${PROJECT_VERSION}${EXTRAVERSION}") message(STATUS "PROJECT_VERSION: ${PROJECT_VERSION}") diff --git a/src/Makefile.defs b/src/Makefile.defs index 6fdd6cf7e91..bc431ef0dde 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 6 PATCHLEVEL = 0 SUBLEVEL = 0 -EXTRAVERSION = -dev4 +EXTRAVERSION = -pre0 # memory manager switcher # 0 - f_malloc (fast malloc) _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!