Module: kamailio Branch: master Commit: bf6c64cf4586c180e0b15ab2b7a36c8b4f2f8829 URL: https://github.com/kamailio/kamailio/commit/bf6c64cf4586c180e0b15ab2b7a36c8b...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2020-09-01T08:35:18+02:00
Makefile.defs: version set to 5.5.0-dev2
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/bf6c64cf4586c180e0b15ab2b7a36c8b... Patch: https://github.com/kamailio/kamailio/commit/bf6c64cf4586c180e0b15ab2b7a36c8b...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 1094593b15..e5dbbba525 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 5 SUBLEVEL = 0 -EXTRAVERSION = -dev1 +EXTRAVERSION = -dev2
# memory manager switcher # 0 - f_malloc (fast malloc)