Module: kamailio
Branch: master
Commit: 4ad97857d346c4dddf02e7164d8bd9c5a2e1af26
URL:
https://github.com/kamailio/kamailio/commit/4ad97857d346c4dddf02e7164d8bd9c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-11-01T15:03:30+01:00
Makefile.defs: version set to 5.0.0-dev7
---
Modified: Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/4ad97857d346c4dddf02e7164d8bd9c…
Patch:
https://github.com/kamailio/kamailio/commit/4ad97857d346c4dddf02e7164d8bd9c…
---
diff --git a/Makefile.defs b/Makefile.defs
index 582fb38..70f5d40 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -102,7 +102,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 0
SUBLEVEL = 0
-EXTRAVERSION = -dev6
+EXTRAVERSION = -dev7
# memory manager switcher
# 0 - f_malloc (fast malloc)