Module: kamailio Branch: master Commit: 05846d00a063c069ec4b2c9bf589af111cd7992f URL: https://github.com/kamailio/kamailio/commit/05846d00a063c069ec4b2c9bf589af11...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2018-11-02T10:27:58+01:00
Makefile.defs: version set to 5.2.0-pre2
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/05846d00a063c069ec4b2c9bf589af11... Patch: https://github.com/kamailio/kamailio/commit/05846d00a063c069ec4b2c9bf589af11...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 52167a5899..19e7d87e72 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 2 SUBLEVEL = 0 -EXTRAVERSION = -pre1 +EXTRAVERSION = -pre2
# memory manager switcher # 0 - f_malloc (fast malloc)