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