Module: kamailio Branch: 5.3 Commit: 6ab666f4bb205d4729bfa8874a351f351ef5275e URL: https://github.com/kamailio/kamailio/commit/6ab666f4bb205d4729bfa8874a351f35...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2019-10-07T18:51:51+02:00
Makefile.defs: version set to 5.3.0-rc1
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/6ab666f4bb205d4729bfa8874a351f35... Patch: https://github.com/kamailio/kamailio/commit/6ab666f4bb205d4729bfa8874a351f35...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 0161d2120b..e4d728dc2c 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 3 SUBLEVEL = 0 -EXTRAVERSION = -rc0 +EXTRAVERSION = -rc1
# memory manager switcher # 0 - f_malloc (fast malloc)