Module: kamailio
Branch: master
Commit: 34cfbc8c0cc2903039b6d8b0c2e78ae5779b2fbe
URL:
https://github.com/kamailio/kamailio/commit/34cfbc8c0cc2903039b6d8b0c2e78ae…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-02-14T14:35:45+01:00
Makefile.defs: version set to 5.1.0-dev1
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/34cfbc8c0cc2903039b6d8b0c2e78ae…
Patch:
https://github.com/kamailio/kamailio/commit/34cfbc8c0cc2903039b6d8b0c2e78ae…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 934ce93..0226115 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 1
SUBLEVEL = 0
-EXTRAVERSION = -dev0
+EXTRAVERSION = -dev1
# memory manager switcher
# 0 - f_malloc (fast malloc)