Module: kamailio Branch: 5.3 Commit: 52dc42ef6e4929ce67403d43909df2f015146c5e URL: https://github.com/kamailio/kamailio/commit/52dc42ef6e4929ce67403d43909df2f0...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2019-10-17T13:20:27+02:00
Makefile.defs: version set to 5.3.0
- new major release
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/52dc42ef6e4929ce67403d43909df2f0... Patch: https://github.com/kamailio/kamailio/commit/52dc42ef6e4929ce67403d43909df2f0...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index e4d728dc2c..20593fe378 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -106,8 +106,8 @@ INSTALL_FLAVOUR=$(FLAVOUR) # version number VERSION = 5 PATCHLEVEL = 3 -SUBLEVEL = 0 -EXTRAVERSION = -rc1 +SUBLEVEL = 0 +EXTRAVERSION =
# memory manager switcher # 0 - f_malloc (fast malloc)