Module: kamailio Branch: master Commit: 19121e75c90784c1890e87a96e07bf32a31b2f0d URL: https://github.com/kamailio/kamailio/commit/19121e75c90784c1890e87a96e07bf32...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-02-08T08:14:17+01:00
Makefile.defs: version set to 5.0.0-pre2
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/19121e75c90784c1890e87a96e07bf32... Patch: https://github.com/kamailio/kamailio/commit/19121e75c90784c1890e87a96e07bf32...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index e2acbd2..b1b5fd8 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 0 SUBLEVEL = 0 -EXTRAVERSION = -pre1 +EXTRAVERSION = -pre2
# memory manager switcher # 0 - f_malloc (fast malloc)