Module: kamailio
Branch: master
Commit: d03bc22fdfe657e9408f172989f4d657260017d6
URL:
https://github.com/kamailio/kamailio/commit/d03bc22fdfe657e9408f172989f4d65…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-01-07T09:45:25+01:00
Makefile.defs: version set to 5.3.0-dev2
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/d03bc22fdfe657e9408f172989f4d65…
Patch:
https://github.com/kamailio/kamailio/commit/d03bc22fdfe657e9408f172989f4d65…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 62708d93a9..4ea09037d5 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 3
SUBLEVEL = 0
-EXTRAVERSION = -dev1
+EXTRAVERSION = -dev2
# memory manager switcher
# 0 - f_malloc (fast malloc)