Module: kamailio Branch: master Commit: 5721cfc82b74082e2f5f74ca19271e63a466c8f2 URL: https://github.com/kamailio/kamailio/commit/5721cfc82b74082e2f5f74ca19271e63...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2020-06-15T09:31:09+02:00
Makefile.defs: version set to 5.4.0-dev5
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/5721cfc82b74082e2f5f74ca19271e63... Patch: https://github.com/kamailio/kamailio/commit/5721cfc82b74082e2f5f74ca19271e63...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 9efb93704a..ac41fb432b 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 4 SUBLEVEL = 0 -EXTRAVERSION = -dev4 +EXTRAVERSION = -dev5
# memory manager switcher # 0 - f_malloc (fast malloc)