Module: kamailio Branch: master Commit: 1c924f9bc9d880f9c32fe5cb4d23722f27107be6 URL: https://github.com/kamailio/kamailio/commit/1c924f9bc9d880f9c32fe5cb4d23722f27107be6
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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/1c924f9bc9d880f9c32fe5cb4d23722f27107be6.diff Patch: https://github.com/kamailio/kamailio/commit/1c924f9bc9d880f9c32fe5cb4d23722f27107be6.patch --- 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) _______________________________________________ Kamailio (SER) - Development Mailing List To unsubscribe send an email to [email protected]
