Module: kamailio
Branch: master
Commit: fc3010cc2643d5398db12d92707d849cdc1d7d78
URL:
https://github.com/kamailio/kamailio/commit/fc3010cc2643d5398db12d92707d849…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-11-04T08:06:31+01:00
Makefile.defs: version set to 5.6.0-dev2
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/fc3010cc2643d5398db12d92707d849…
Patch:
https://github.com/kamailio/kamailio/commit/fc3010cc2643d5398db12d92707d849…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 51a14f5ab4..5d76fbe2cc 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 6
SUBLEVEL = 0
-EXTRAVERSION = -dev1
+EXTRAVERSION = -dev2
# memory manager switcher
# 0 - f_malloc (fast malloc)