Module: kamailio Branch: master Commit: a1d89de03b0274b642d35ee875a1985ee51a2cd8 URL: https://github.com/kamailio/kamailio/commit/a1d89de03b0274b642d35ee875a1985e...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2022-04-15T08:30:04+02:00
Makefile.defs: version set to 5.6.0-pre0
- testing phase for v5.6.x series
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/a1d89de03b0274b642d35ee875a1985e... Patch: https://github.com/kamailio/kamailio/commit/a1d89de03b0274b642d35ee875a1985e...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index c167e2c11f..90aa777782 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 6 SUBLEVEL = 0 -EXTRAVERSION = -dev4 +EXTRAVERSION = -pre0
# memory manager switcher # 0 - f_malloc (fast malloc)