Module: kamailio Branch: 5.4 Commit: fcd13ecc50e2e75c33045673a932843a0d07d94b URL: https://github.com/kamailio/kamailio/commit/fcd13ecc50e2e75c33045673a932843a...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2020-07-29T09:03:56+02:00
Makefile.defs: version set to 5.4.0
- new major release series
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/fcd13ecc50e2e75c33045673a932843a... Patch: https://github.com/kamailio/kamailio/commit/fcd13ecc50e2e75c33045673a932843a...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 254c1096ec..e303d0c801 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -106,8 +106,8 @@ INSTALL_FLAVOUR=$(FLAVOUR) # version number VERSION = 5 PATCHLEVEL = 4 -SUBLEVEL = 0 -EXTRAVERSION = -rc1 +SUBLEVEL = 0 +EXTRAVERSION =
# memory manager switcher # 0 - f_malloc (fast malloc)