Module: kamailio
Branch: 4.4
Commit: 8ce95cbe27a0244ae1db2630bcc8c513485155ca
URL:
https://github.com/kamailio/kamailio/commit/8ce95cbe27a0244ae1db2630bcc8c51…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-03-28T11:22:27+02:00
Makefile.defs: version set to 4.4.0-rc2
---
Modified: Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/8ce95cbe27a0244ae1db2630bcc8c51…
Patch:
https://github.com/kamailio/kamailio/commit/8ce95cbe27a0244ae1db2630bcc8c51…
---
diff --git a/Makefile.defs b/Makefile.defs
index 135dd4f..86ccf38 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -97,7 +97,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 4
PATCHLEVEL = 4
SUBLEVEL = 0
-EXTRAVERSION = -rc1
+EXTRAVERSION = -rc2
# memory manager switcher
# 0 - f_malloc (fast malloc)