Module: kamailio
Branch: master
Commit: adb5249d10e6f37c80bdae69f61678ea0994617f
URL:
https://github.com/kamailio/kamailio/commit/adb5249d10e6f37c80bdae69f61678e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-04-15T08:29:29+02:00
Makefile.defs: version set to 5.7.0-dev4
- mark the end of development for 5.7.x series
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/adb5249d10e6f37c80bdae69f61678e…
Patch:
https://github.com/kamailio/kamailio/commit/adb5249d10e6f37c80bdae69f61678e…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 869cf3d2520..81f7b9ce65e 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 7
SUBLEVEL = 0
-EXTRAVERSION = -dev3
+EXTRAVERSION = -dev4
# memory manager switcher
# 0 - f_malloc (fast malloc)