Module: kamailio Branch: master Commit: 4e8eeaf99dd024182d860f59207ae47c609093ca URL: https://github.com/kamailio/kamailio/commit/4e8eeaf99dd024182d860f59207ae47c...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-08-10T12:55:11+02:00
Makefile.defs: version set to 5.1.0-dev6
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/4e8eeaf99dd024182d860f59207ae47c... Patch: https://github.com/kamailio/kamailio/commit/4e8eeaf99dd024182d860f59207ae47c...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index ac7aafcc38..5ffbc5dba7 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = -dev5 +EXTRAVERSION = -dev6
# memory manager switcher # 0 - f_malloc (fast malloc)