Module: kamailio
Branch: master
Commit: 433c10d1ca04a34a50f8bd039ef027feb5b6cbd4
URL:
https://github.com/kamailio/kamailio/commit/433c10d1ca04a34a50f8bd039ef027f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-10-05T08:20:57+02:00
Makefile.defs: version set to 5.2.0-pre0
- code in master branch is frozen - no new features till branching 5.2
- start of testing period
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/433c10d1ca04a34a50f8bd039ef027f…
Patch:
https://github.com/kamailio/kamailio/commit/433c10d1ca04a34a50f8bd039ef027f…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 11deae52cd..ee5fffa209 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 2
SUBLEVEL = 0
-EXTRAVERSION = -dev9
+EXTRAVERSION = -pre0
# memory manager switcher
# 0 - f_malloc (fast malloc)