From 75a04e31e2f13c1baca5c77245754c5f7a3a7160 Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Fri, 21 Nov 2014 06:25:12 +0100 Subject: [PATCH] kamailio-3.x: fix typo in package title Signed-off-by: Jiri Slachta --- net/kamailio-3.x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/kamailio-3.x/Makefile b/net/kamailio-3.x/Makefile index 5cd63dc..73d76d5 100644 --- a/net/kamailio-3.x/Makefile +++ b/net/kamailio-3.x/Makefile @@ -40,7 +40,7 @@ endef define Package/kamailio3 $(call Package/kamailio3/Default) - TITLE:=Mature and flexible open source SIP server, v$(PKG_NAME) + TITLE:=Mature and flexible open source SIP server, v$(PKG_VERSION) MENU:=1 endef