Module: kamailio
Branch: master
Commit: 76149e02e4a73bfd6e24200b21b05c981776741e
URL:
https://github.com/kamailio/kamailio/commit/76149e02e4a73bfd6e24200b21b05c9…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-09-18T09:17:50+02:00
Makefile.defs: version set to 5.1.0-dev7
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/76149e02e4a73bfd6e24200b21b05c9…
Patch:
https://github.com/kamailio/kamailio/commit/76149e02e4a73bfd6e24200b21b05c9…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 5ffbc5dba7..a7a66c4ed9 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 1
SUBLEVEL = 0
-EXTRAVERSION = -dev6
+EXTRAVERSION = -dev7
# memory manager switcher
# 0 - f_malloc (fast malloc)