Module: kamailio
Branch: master
Commit: 909de965a4843169255635839e4d9dc6948c2578
URL:
https://github.com/kamailio/kamailio/commit/909de965a4843169255635839e4d9dc…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-06-19T08:18:12+02:00
Makefile.defs: version set to 5.4.0-dev6
- marking end of development for 5.4.x series
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/909de965a4843169255635839e4d9dc…
Patch:
https://github.com/kamailio/kamailio/commit/909de965a4843169255635839e4d9dc…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index ac41fb432b..c79cc792ef 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 4
SUBLEVEL = 0
-EXTRAVERSION = -dev5
+EXTRAVERSION = -dev6
# memory manager switcher
# 0 - f_malloc (fast malloc)