[sr-dev] git:kamailio_3.0: k-3.0: creating the branch kamailio_3.0

Daniel-Constantin Mierla miconda at gmail.com
Tue Oct 13 18:03:16 CEST 2009


Module: sip-router
Branch: kamailio_3.0
Commit: c7b6396744519541ad460634f18975b08aab0bc1
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c7b6396744519541ad460634f18975b08aab0bc1

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Tue Oct 13 17:58:37 2009 +0200

k-3.0: creating the branch kamailio_3.0

- default FLAVOUR set to kamailio
- version set to 3.0.0pre1
- Kamailio statistics set ON by default

---

 Makefile.defs |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Makefile.defs b/Makefile.defs
index 0684e21..b312bbe 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -113,7 +113,7 @@ $(info normal Makefile.defs exec)
 endif # verbose
 
 # flavour: sip-router, ser or kamailio
-FLAVOUR=sip-router
+FLAVOUR=kamailio
 
 ifeq ($(FLAVOUR),sip-router)
 # main binary name
@@ -139,10 +139,10 @@ SCR_NAME=sip-router
 INSTALL_FLAVOUR=$(FLAVOUR)
 
 #version number
-VERSION = 2
-PATCHLEVEL = 99
-SUBLEVEL =  99
-EXTRAVERSION = -pre3
+VERSION = 3
+PATCHLEVEL = 0
+SUBLEVEL = 0
+EXTRAVERSION = -pre1
 
 SER_VER = $(shell expr $(VERSION) \* 1000000 + $(PATCHLEVEL) \* 1000 + \
 			$(SUBLEVEL) )
@@ -637,6 +637,7 @@ endif
 ifeq ($(TLS_HOOKS), 1)
 	C_DEFS+= -DUSE_TLS -DTLS_HOOKS
 endif
+KMSTATS ?= 1
 ifeq ($(KMSTATS), 1)
 	C_DEFS+= -DSTATISTICS
 endif




More information about the sr-dev mailing list