Module: kamailio Branch: master Commit: 2f1067f010dd497c7a348c9f2233b318b9d7c663 URL: https://github.com/kamailio/kamailio/commit/2f1067f010dd497c7a348c9f2233b318...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2021-04-01T11:49:26+02:00
Makefile.defs: version set to 5.5.0-pre0
- starting of testing phase for 5.5 series
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/2f1067f010dd497c7a348c9f2233b318... Patch: https://github.com/kamailio/kamailio/commit/2f1067f010dd497c7a348c9f2233b318...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 46a7b10e21..1d8e131e12 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 5 SUBLEVEL = 0 -EXTRAVERSION = -dev6 +EXTRAVERSION = -pre0
# memory manager switcher # 0 - f_malloc (fast malloc)