Module: kamailio Branch: 5.5 Commit: 677bf4480a14ea1c93eb92000cad19299d2d098e URL: https://github.com/kamailio/kamailio/commit/677bf4480a14ea1c93eb92000cad1929...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2021-04-22T21:54:33+02:00
Makefile.defs: version set to 5.5.0-rc0
- branch 5.5 was created to host 5.5.x series - vesion type set to release candidate mode
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/677bf4480a14ea1c93eb92000cad1929... Patch: https://github.com/kamailio/kamailio/commit/677bf4480a14ea1c93eb92000cad1929...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 2247a05385..a7791acb28 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 5 SUBLEVEL = 0 -EXTRAVERSION = -pre1 +EXTRAVERSION = -rc0
# memory manager switcher # 0 - f_malloc (fast malloc)