Module: kamailio Branch: master Commit: 1185b5f90eb3d608b66247dbec284d94188452e2 URL: https://github.com/kamailio/kamailio/commit/1185b5f90eb3d608b66247dbec284d94...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2019-09-13T13:07:51+02:00
Makefile.defs: version set to 5.3.0-pre1
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/1185b5f90eb3d608b66247dbec284d94... Patch: https://github.com/kamailio/kamailio/commit/1185b5f90eb3d608b66247dbec284d94...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 2a8a80cb2b..fe0e4a90fb 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 5 PATCHLEVEL = 3 SUBLEVEL = 0 -EXTRAVERSION = -pre0 +EXTRAVERSION = -pre1
# memory manager switcher # 0 - f_malloc (fast malloc)