Module: kamailio
Branch: master
Commit: 5721cfc82b74082e2f5f74ca19271e63a466c8f2
URL:
https://github.com/kamailio/kamailio/commit/5721cfc82b74082e2f5f74ca19271e6…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-06-15T09:31:09+02:00
Makefile.defs: version set to 5.4.0-dev5
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/5721cfc82b74082e2f5f74ca19271e6…
Patch:
https://github.com/kamailio/kamailio/commit/5721cfc82b74082e2f5f74ca19271e6…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 9efb93704a..ac41fb432b 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 4
SUBLEVEL = 0
-EXTRAVERSION = -dev4
+EXTRAVERSION = -dev5
# memory manager switcher
# 0 - f_malloc (fast malloc)