Module: kamailio Branch: 5.1 Commit: cc11eac314b6611285665dd5d15310b56a61e28c URL: https://github.com/kamailio/kamailio/commit/cc11eac314b6611285665dd5d15310b5...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-12-04T09:33:01+01:00
Makefile.defs: version set to 5.1.0-rc3
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/cc11eac314b6611285665dd5d15310b5... Patch: https://github.com/kamailio/kamailio/commit/cc11eac314b6611285665dd5d15310b5...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 4ad22ca7ff..df5ad7b8ff 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3
# memory manager switcher # 0 - f_malloc (fast malloc)