Module: kamailio Branch: 4.4 Commit: 80aae34215d6e2a62573ae6a76edba0d4ae62191 URL: https://github.com/kamailio/kamailio/commit/80aae34215d6e2a62573ae6a76edba0d...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-03-11T08:32:18+01:00
Makefile.defs: version set to 4.4.0-rc0
- branch for release series 4.4.x created
---
Modified: Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/80aae34215d6e2a62573ae6a76edba0d... Patch: https://github.com/kamailio/kamailio/commit/80aae34215d6e2a62573ae6a76edba0d...
---
diff --git a/Makefile.defs b/Makefile.defs index efd91d6..1b2a42b 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -97,7 +97,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 4 PATCHLEVEL = 4 SUBLEVEL = 0 -EXTRAVERSION = -pre3 +EXTRAVERSION = -rc0
# memory manager switcher # 0 - f_malloc (fast malloc)