Module: kamailio
Branch: master
Commit: 3311bc10c69cbb8f1a8ea6834bec4cbfd76da7cd
URL:
https://github.com/kamailio/kamailio/commit/3311bc10c69cbb8f1a8ea6834bec4cb…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-09-17T10:37:53+02:00
Makefile.defs: version set to 5.2.0-dev7
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/3311bc10c69cbb8f1a8ea6834bec4cb…
Patch:
https://github.com/kamailio/kamailio/commit/3311bc10c69cbb8f1a8ea6834bec4cb…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index a114c8ae0f..c29ae8bf9d 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 2
SUBLEVEL = 0
-EXTRAVERSION = -dev6
+EXTRAVERSION = -dev7
# memory manager switcher
# 0 - f_malloc (fast malloc)