Module: kamailio
Branch: 5.2
Commit: d66ae2788e1ec12f48a7a3a9bc3530977846c58b
URL:
https://github.com/kamailio/kamailio/commit/d66ae2788e1ec12f48a7a3a9bc35309…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-11-28T10:53:49+01:00
Makefile.defs: version set to 5.2.0
- new major release, first in 5.2.x series, built from git branch 5.2
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/d66ae2788e1ec12f48a7a3a9bc35309…
Patch:
https://github.com/kamailio/kamailio/commit/d66ae2788e1ec12f48a7a3a9bc35309…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index d4c98fd9fa..eb29fdd08b 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 2
SUBLEVEL = 0
-EXTRAVERSION = -rc2
+EXTRAVERSION =
# memory manager switcher
# 0 - f_malloc (fast malloc)