Module: kamailio
Branch: master
Commit: b8a76ac176dfe2a10349b17072ed84e4b914bd8f
URL:
https://github.com/kamailio/kamailio/commit/b8a76ac176dfe2a10349b17072ed84e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-11-02T10:50:03+01:00
Makefile.defs: version set to 5.1.0-pre0
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/b8a76ac176dfe2a10349b17072ed84e…
Patch:
https://github.com/kamailio/kamailio/commit/b8a76ac176dfe2a10349b17072ed84e…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index e6fb7858f6..9f7ef692da 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 1
SUBLEVEL = 0
-EXTRAVERSION = -dev8
+EXTRAVERSION = -pre0
# memory manager switcher
# 0 - f_malloc (fast malloc)