Module: kamailio Branch: master Commit: 7b838ee067ef309ae4c16b1b7f65902a1d16d072 URL: https://github.com/kamailio/kamailio/commit/7b838ee067ef309ae4c16b1b7f65902a...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-02-04T10:56:30+01:00
Makefile.defs: version set to 4.4.0-pre0
---
Modified: Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/7b838ee067ef309ae4c16b1b7f65902a... Patch: https://github.com/kamailio/kamailio/commit/7b838ee067ef309ae4c16b1b7f65902a...
---
diff --git a/Makefile.defs b/Makefile.defs index 0cb6b1e..226b68a 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -97,7 +97,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 4 PATCHLEVEL = 4 SUBLEVEL = 0 -EXTRAVERSION = -dev9 +EXTRAVERSION = -pre0
# memory manager switcher # 0 - f_malloc (fast malloc)