Module: kamailio
Branch: master
Commit: 6478b7d8215835419e3734c42fbf17a215b22cc4
URL:
https://github.com/kamailio/kamailio/commit/6478b7d8215835419e3734c42fbf17a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-01-05T08:51:52+01:00
Makefile.defs: version set to 5.0.0-pre0
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/6478b7d8215835419e3734c42fbf17a…
Patch:
https://github.com/kamailio/kamailio/commit/6478b7d8215835419e3734c42fbf17a…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 475d97e..f4896e2 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 0
SUBLEVEL = 0
-EXTRAVERSION = -dev10
+EXTRAVERSION = -pre0
# memory manager switcher
# 0 - f_malloc (fast malloc)