Module: kamailio Branch: master Commit: b9cc4fb155a0cd7e13a30b85bd524e63093b22cc URL: https://github.com/kamailio/kamailio/commit/b9cc4fb155a0cd7e13a30b85bd524e63...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-06-07T16:21:38+02:00
Makefile.defs: version set to 5.0.0-dev5
---
Modified: Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/b9cc4fb155a0cd7e13a30b85bd524e63... Patch: https://github.com/kamailio/kamailio/commit/b9cc4fb155a0cd7e13a30b85bd524e63...
---
diff --git a/Makefile.defs b/Makefile.defs index d52d74f..bf84f88 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -97,7 +97,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 0 SUBLEVEL = 0 -EXTRAVERSION = -dev4 +EXTRAVERSION = -dev5
# memory manager switcher # 0 - f_malloc (fast malloc)