Module: kamailio Branch: 4.3 Commit: fa175afbfb0eeebccf1df65e5dd82d413f82551f URL: https://github.com/kamailio/kamailio/commit/fa175afbfb0eeebccf1df65e5dd82d41...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2015-06-09T10:39:36+02:00
Makefile.defs: version set to 4.3.0-rc2
---
Modified: Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/fa175afbfb0eeebccf1df65e5dd82d41... Patch: https://github.com/kamailio/kamailio/commit/fa175afbfb0eeebccf1df65e5dd82d41...
---
diff --git a/Makefile.defs b/Makefile.defs index 2a9b34e..80602c7 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -97,7 +97,7 @@ INSTALL_FLAVOUR=$(FLAVOUR) VERSION = 4 PATCHLEVEL = 3 SUBLEVEL = 0 -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2
# memory manager switcher # 0 - f_malloc (fast malloc)