Module: kamailio
Branch: master
Commit: a12e436d054aba1c71cace2de4bf270d97ee1063
URL:
https://github.com/kamailio/kamailio/commit/a12e436d054aba1c71cace2de4bf270…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-10-08T12:32:41+02:00
Makefile.defs: version set to 5.4.0-dev1
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/a12e436d054aba1c71cace2de4bf270…
Patch:
https://github.com/kamailio/kamailio/commit/a12e436d054aba1c71cace2de4bf270…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 3313524469..336eba1f44 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 4
SUBLEVEL = 0
-EXTRAVERSION = -dev0
+EXTRAVERSION = -dev1
# memory manager switcher
# 0 - f_malloc (fast malloc)