Module: kamailio Branch: master Commit: 1c924f9bc9d880f9c32fe5cb4d23722f27107be6 URL: https://github.com/kamailio/kamailio/commit/1c924f9bc9d880f9c32fe5cb4d23722f...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-05-04T20:45:00+02:00
Makefile.defs: version set to 5.8.0-dev0
- master branch is open for new features to be part of future release series 5.8.x
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/1c924f9bc9d880f9c32fe5cb4d23722f... Patch: https://github.com/kamailio/kamailio/commit/1c924f9bc9d880f9c32fe5cb4d23722f...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 07625c9f97a..a40cfa55cd3 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -105,9 +105,9 @@ INSTALL_FLAVOUR=$(FLAVOUR)
# version number VERSION = 5 -PATCHLEVEL = 7 +PATCHLEVEL = 8 SUBLEVEL = 0 -EXTRAVERSION = -pre1 +EXTRAVERSION = -dev0
# memory manager switcher # 0 - f_malloc (fast malloc)