Module: kamailio Branch: 5.4 Commit: 8416bde3a2e3c40315087053152783372965ec00 URL: https://github.com/kamailio/kamailio/commit/8416bde3a2e3c40315087053152783372965ec00
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2020-07-10T09:31:25+02:00 Makefile.defs: version set to 5.4.0-rc0 - branch 5.4 created to hold the code for release series 5.4.x --- Modified: src/Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/8416bde3a2e3c40315087053152783372965ec00.diff Patch: https://github.com/kamailio/kamailio/commit/8416bde3a2e3c40315087053152783372965ec00.patch --- diff --git a/src/Makefile.defs b/src/Makefile.defs index 32cb0a4bce..9004a372dc 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 4 SUBLEVEL = 0 -EXTRAVERSION = -pre2 +EXTRAVERSION = -rc0 # 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
