Module: sip-router
Branch: kamailio_3.0
Commit: 9b482424cb8aff4050426033908e7e243f03ae83
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9b48242…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Nov 16 08:50:31 2009 +0100
version set to 3.0.0-rc2
---
Makefile.defs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.defs b/Makefile.defs
index eb8577c..956b403 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -145,7 +145,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
VERSION = 3
PATCHLEVEL = 0
SUBLEVEL = 0
-EXTRAVERSION = -rc1
+EXTRAVERSION = -rc2
SER_VER = $(shell expr $(VERSION) \* 1000000 + $(PATCHLEVEL) \* 1000 + \
$(SUBLEVEL) )