Module: kamailio Branch: master Commit: cf0814d06bbb1fcd88020d2bce27482142ed7b7e URL: https://github.com/kamailio/kamailio/commit/cf0814d06bbb1fcd88020d2bce274821...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-10-16T11:04:17+02:00
Makefile.defs: version set to 5.1.0-dev8
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/cf0814d06bbb1fcd88020d2bce274821... Patch: https://github.com/kamailio/kamailio/commit/cf0814d06bbb1fcd88020d2bce274821...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index a7a66c4ed9..a2027a3a92 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = -dev7 +EXTRAVERSION = -dev8
# memory manager switcher # 0 - f_malloc (fast malloc)