Module: kamailio
Branch: master
Commit: dceb0c4e401b74bd7898370b46a854a8719f9044
URL:
https://github.com/kamailio/kamailio/commit/dceb0c4e401b74bd7898370b46a854a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-05-11T14:08:37+02:00
Makefile.defs: version set to 5.0.0-dev4
---
Modified: Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/dceb0c4e401b74bd7898370b46a854a…
Patch:
https://github.com/kamailio/kamailio/commit/dceb0c4e401b74bd7898370b46a854a…
---
diff --git a/Makefile.defs b/Makefile.defs
index db62ebb..232b975 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -97,7 +97,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 0
SUBLEVEL = 0
-EXTRAVERSION = -dev3
+EXTRAVERSION = -dev4
# memory manager switcher
# 0 - f_malloc (fast malloc)