Module: kamailio Branch: master Commit: d9eea76a335947fea4725e9f97e6308256b732c4 URL: https://github.com/kamailio/kamailio/commit/d9eea76a335947fea4725e9f97e6308256b732c4
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2020-07-10T09:28:34+02:00 Makefile.defs: version set to 5.5.0-dev0 - master branch is open for new features to be part of future release series 5.5.x --- Modified: src/Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/d9eea76a335947fea4725e9f97e6308256b732c4.diff Patch: https://github.com/kamailio/kamailio/commit/d9eea76a335947fea4725e9f97e6308256b732c4.patch --- diff --git a/src/Makefile.defs b/src/Makefile.defs index 32cb0a4bce..17e61a8b45 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -105,9 +105,9 @@ INSTALL_FLAVOUR=$(FLAVOUR) # version number VERSION = 5 -PATCHLEVEL = 4 +PATCHLEVEL = 5 SUBLEVEL = 0 -EXTRAVERSION = -pre2 +EXTRAVERSION = -dev0 # memory manager switcher # 0 - f_malloc (fast malloc) _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
