Module: kamailio
Branch: master
Commit: 6305adef50079891386a048b986fd27e9b6e7ca1
URL:
https://github.com/kamailio/kamailio/commit/6305adef50079891386a048b986fd27…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-12-05T12:00:00+01:00
Makefile.defs: version set to 5.8.0-dev2
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/6305adef50079891386a048b986fd27…
Patch:
https://github.com/kamailio/kamailio/commit/6305adef50079891386a048b986fd27…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 075ac2041a6..68225943982 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 8
SUBLEVEL = 0
-EXTRAVERSION = -dev1
+EXTRAVERSION = -dev2
# memory manager switcher
# 0 - f_malloc (fast malloc)