Module: kamailio
Branch: 5.4
Commit: dc082cec6f846df66ec3fa06a6c119b0d418ef19
URL:
https://github.com/kamailio/kamailio/commit/dc082cec6f846df66ec3fa06a6c119b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-07-17T09:19:55+02:00
Makefile.defs: version set to 5.4.0-rc1
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/dc082cec6f846df66ec3fa06a6c119b…
Patch:
https://github.com/kamailio/kamailio/commit/dc082cec6f846df66ec3fa06a6c119b…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 9004a372dc..254c1096ec 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 4
SUBLEVEL = 0
-EXTRAVERSION = -rc0
+EXTRAVERSION = -rc1
# memory manager switcher
# 0 - f_malloc (fast malloc)