Module: kamailio
Branch: 5.1
Commit: 5d66d4b4d9775de463e031b849d96a3fd201f986
URL:
https://github.com/kamailio/kamailio/commit/5d66d4b4d9775de463e031b849d96a3…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-11-27T09:41:55+01:00
Makefile.defs: version set to 5.1.0-rc2
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/5d66d4b4d9775de463e031b849d96a3…
Patch:
https://github.com/kamailio/kamailio/commit/5d66d4b4d9775de463e031b849d96a3…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 5553d721b8..4ad22ca7ff 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 1
SUBLEVEL = 0
-EXTRAVERSION = -rc1
+EXTRAVERSION = -rc2
# memory manager switcher
# 0 - f_malloc (fast malloc)