Module: kamailio Branch: master Commit: d5ebf1f3af69d2ed060a1c1a43b57f8439281423 URL: https://github.com/kamailio/kamailio/commit/d5ebf1f3af69d2ed060a1c1a43b57f84...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2018-10-05T08:20:57+02:00
Makefile.defs: version set to 5.2.0-dev9
- end of development for 5.2.x release series
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/d5ebf1f3af69d2ed060a1c1a43b57f84... Patch: https://github.com/kamailio/kamailio/commit/d5ebf1f3af69d2ed060a1c1a43b57f84...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 15ce46e6e0..11deae52cd 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 2 SUBLEVEL = 0 -EXTRAVERSION = -dev8 +EXTRAVERSION = -dev9
# memory manager switcher # 0 - f_malloc (fast malloc)