Module: kamailio
Branch: 6.0
Commit: fc3412ed108a9264a28ed1afc41ee5b0fef7a825
URL: 
https://github.com/kamailio/kamailio/commit/fc3412ed108a9264a28ed1afc41ee5b0fef7a825

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date: 2025-01-22T20:36:33+01:00

Makefile.defs: version set to 6.0.0-rc0

- version set also in CMakeLists.txt
- branch 6.0 created for release series 6.0.x

---

Modified: CMakeLists.txt
Modified: src/Makefile.defs

---

Diff:  
https://github.com/kamailio/kamailio/commit/fc3412ed108a9264a28ed1afc41ee5b0fef7a825.diff
Patch: 
https://github.com/kamailio/kamailio/commit/fc3412ed108a9264a28ed1afc41ee5b0fef7a825.patch

---

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 074b855959d..67fdbf351cc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ project(
   HOMEPAGE_URL "https://www.kamailio.org";)
 
 # Set the version number
-set(EXTRAVERSION "-pre1")
+set(EXTRAVERSION "-rc0")
 set(RELEASE "${PROJECT_VERSION}${EXTRAVERSION}")
 
 message(STATUS "PROJECT_VERSION: ${PROJECT_VERSION}")
diff --git a/src/Makefile.defs b/src/Makefile.defs
index cc6635bc9fe..5946eb600fa 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
 VERSION = 6
 PATCHLEVEL = 0
 SUBLEVEL =  0
-EXTRAVERSION = -pre1
+EXTRAVERSION = -rc0
 
 # 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!

Reply via email to