Module: kamailio
Branch: 5.8
Commit: 1fa3ba8ee48b6a68f2133544da56e0d68eae8609
URL:
https://github.com/kamailio/kamailio/commit/1fa3ba8ee48b6a68f2133544da56e0d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2024-03-07T12:29:02+01:00
Makefile.defs: version set to 5.8.0
- first in the new 5.8.x series
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/1fa3ba8ee48b6a68f2133544da56e0d…
Patch:
https://github.com/kamailio/kamailio/commit/1fa3ba8ee48b6a68f2133544da56e0d…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 62f1dd78273..f5e8b0da653 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 8
SUBLEVEL = 0
-EXTRAVERSION = -rc0
+EXTRAVERSION =
# memory manager switcher
# 0 - f_malloc (fast malloc)