Module: kamailio Branch: 5.4 Commit: 8416bde3a2e3c40315087053152783372965ec00 URL: https://github.com/kamailio/kamailio/commit/8416bde3a2e3c4031508705315278337...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2020-07-10T09:31:25+02:00
Makefile.defs: version set to 5.4.0-rc0
- branch 5.4 created to hold the code for release series 5.4.x
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/8416bde3a2e3c4031508705315278337... Patch: https://github.com/kamailio/kamailio/commit/8416bde3a2e3c4031508705315278337...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 32cb0a4bce..9004a372dc 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 4 SUBLEVEL = 0 -EXTRAVERSION = -pre2 +EXTRAVERSION = -rc0
# memory manager switcher # 0 - f_malloc (fast malloc)