Module: kamailio Branch: master Commit: c4c7b50bb9f164d430af582c5844b0e0aacf2bb3 URL: https://github.com/kamailio/kamailio/commit/c4c7b50bb9f164d430af582c5844b0e0...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-04-15T08:30:44+02:00
Makefile.defs: version set to 5.7.0-pre0
- testing phase for v5.7.x series
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/c4c7b50bb9f164d430af582c5844b0e0... Patch: https://github.com/kamailio/kamailio/commit/c4c7b50bb9f164d430af582c5844b0e0...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 81f7b9ce65e..12cbd3d94b1 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 7 SUBLEVEL = 0 -EXTRAVERSION = -dev4 +EXTRAVERSION = -pre0
# memory manager switcher # 0 - f_malloc (fast malloc)