Module: kamailio
Branch: master
Commit: d82733e4974250648a367a247d66f621ca042777
URL:
https://github.com/kamailio/kamailio/commit/d82733e4974250648a367a247d66f62…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-12-14T09:07:15+01:00
Makefile.defs: version set to 5.2.0-dev2
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/d82733e4974250648a367a247d66f62…
Patch:
https://github.com/kamailio/kamailio/commit/d82733e4974250648a367a247d66f62…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 0ffaa291db..48ec3c919d 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 2
SUBLEVEL = 0
-EXTRAVERSION = -dev1
+EXTRAVERSION = -dev2
# memory manager switcher
# 0 - f_malloc (fast malloc)