Module: kamailio
Branch: master
Commit: 94a7beaee82d4dd29e903c4de03e069fb549c608
URL:
https://github.com/kamailio/kamailio/commit/94a7beaee82d4dd29e903c4de03e069…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-11-21T11:47:21+01:00
Makefile.defs: version set to 5.2.0-dev1
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/94a7beaee82d4dd29e903c4de03e069…
Patch:
https://github.com/kamailio/kamailio/commit/94a7beaee82d4dd29e903c4de03e069…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index 75fa1567ff..0ffaa291db 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 5
PATCHLEVEL = 2
SUBLEVEL = 0
-EXTRAVERSION = -dev0
+EXTRAVERSION = -dev1
# memory manager switcher
# 0 - f_malloc (fast malloc)