Module: kamailio Branch: master Commit: 41b73d755fcda093f53f1bc707b0c6b9fad83aec URL: https://github.com/kamailio/kamailio/commit/41b73d755fcda093f53f1bc707b0c6b9...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-02-09T12:29:10+01:00
Makefile.defs: version set to 5.1.0-dev0
- development for future release series 5.1.x is open
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/41b73d755fcda093f53f1bc707b0c6b9... Patch: https://github.com/kamailio/kamailio/commit/41b73d755fcda093f53f1bc707b0c6b9...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index b1b5fd8..934ce93 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -105,9 +105,9 @@ INSTALL_FLAVOUR=$(FLAVOUR)
# version number VERSION = 5 -PATCHLEVEL = 0 +PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = -pre2 +EXTRAVERSION = -dev0
# memory manager switcher # 0 - f_malloc (fast malloc)