Module: kamailio
Branch: 5.4
Commit: 8416bde3a2e3c40315087053152783372965ec00
URL:
https://github.com/kamailio/kamailio/commit/8416bde3a2e3c403150870531527833…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/8416bde3a2e3c403150870531527833…
Patch:
https://github.com/kamailio/kamailio/commit/8416bde3a2e3c403150870531527833…
---
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)