Module: kamailio
Branch: master
Commit: 08ae663b82ec955cc349c5550b8bea796f148295
URL:
https://github.com/kamailio/kamailio/commit/08ae663b82ec955cc349c5550b8bea7…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-10-02T23:32:02+02:00
Makefile.defs: version set to 5.3.0-pre2
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/08ae663b82ec955cc349c5550b8bea7…
Patch:
https://github.com/kamailio/kamailio/commit/08ae663b82ec955cc349c5550b8bea7…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index e5fa7fdda1..5242d223d9 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 3
SUBLEVEL = 0
-EXTRAVERSION = -pre1
+EXTRAVERSION = -pre2
# memory manager switcher
# 0 - f_malloc (fast malloc)