Module: kamailio Branch: master Commit: 4a234d50f0d056f3930ebd4be5402d4a2fb5e471 URL: https://github.com/kamailio/kamailio/commit/4a234d50f0d056f3930ebd4be5402d4a...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-01-04T16:47:03+01:00
Makefile.defs: version set to 5.0.0-dev10
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/4a234d50f0d056f3930ebd4be5402d4a... Patch: https://github.com/kamailio/kamailio/commit/4a234d50f0d056f3930ebd4be5402d4a...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index a0728a7..475d97e 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 0 SUBLEVEL = 0 -EXTRAVERSION = -dev9 +EXTRAVERSION = -dev10
# memory manager switcher # 0 - f_malloc (fast malloc)