Module: kamailio Branch: 5.4 Commit: dc082cec6f846df66ec3fa06a6c119b0d418ef19 URL: https://github.com/kamailio/kamailio/commit/dc082cec6f846df66ec3fa06a6c119b0d418ef19
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2020-07-17T09:19:55+02:00 Makefile.defs: version set to 5.4.0-rc1 --- Modified: src/Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/dc082cec6f846df66ec3fa06a6c119b0d418ef19.diff Patch: https://github.com/kamailio/kamailio/commit/dc082cec6f846df66ec3fa06a6c119b0d418ef19.patch --- diff --git a/src/Makefile.defs b/src/Makefile.defs index 9004a372dc..254c1096ec 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 4 SUBLEVEL = 0 -EXTRAVERSION = -rc0 +EXTRAVERSION = -rc1 # 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
