From 030f8fe64a8055ce761f3de21897bb34767f33e3 Mon Sep 17 00:00:00 2001 From: Samir Hussain Date: Thu, 16 Nov 2017 16:18:33 -0500 Subject: [PATCH] Update VERSION to 1.3.10.1 --- CHANGES | 2 +- l2tp.h | 2 +- packaging/fedora/xl2tpd.spec | 2 +- packaging/openwrt/Makefile | 2 +- packaging/suse/sles10.spec | 2 +- packaging/suse/xl2tpd.spec | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 2bc42453..18fb6140 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -v1.3.10.1rc2 (October 16, 2017) +v1.3.10.1 (November 16, 2017) * Have max retries as a configuration [Samir Hussain] * Add more into to "select timeout" debug message [Samir Hussain] diff --git a/l2tp.h b/l2tp.h index b780155e..9b93f3f3 100644 --- a/l2tp.h +++ b/l2tp.h @@ -58,7 +58,7 @@ typedef unsigned long long _u64; #define CONTROL_PIPE_REQ_LNS_REMOVE 'w' /* Get status of LNS */ #define BINARY "xl2tpd" -#define SERVER_VERSION "xl2tpd-1.3.10.1rc2" +#define SERVER_VERSION "xl2tpd-1.3.10.1" #define VENDOR_NAME "xelerance.com" #ifndef PPPD #define PPPD "/usr/sbin/pppd" diff --git a/packaging/fedora/xl2tpd.spec b/packaging/fedora/xl2tpd.spec index 7bc3e3b3..73378cf8 100644 --- a/packaging/fedora/xl2tpd.spec +++ b/packaging/fedora/xl2tpd.spec @@ -1,6 +1,6 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd -Version: 1.3.10.1rc2 +Version: 1.3.10.1 Release: 1%{?dist} License: GPLv2 Url: http://www.xelerance.com/software/xl2tpd/ diff --git a/packaging/openwrt/Makefile b/packaging/openwrt/Makefile index c269cf21..03477582 100644 --- a/packaging/openwrt/Makefile +++ b/packaging/openwrt/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xl2tpd -PKG_VERSION:=1.3.10.1rc2 +PKG_VERSION:=1.3.10.1 PKG_RELEASE:=1 PKG_MD5SUM:=ab5656eb5a3d1973f7f69b039675332e-NEEDSUPDATING diff --git a/packaging/suse/sles10.spec b/packaging/suse/sles10.spec index 3b613d8e..02aed904 100644 --- a/packaging/suse/sles10.spec +++ b/packaging/suse/sles10.spec @@ -1,6 +1,6 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd -Version: 1.3.10.1rc2 +Version: 1.3.10.1 Release: 1%{?dist} License: GPLv2 Url: http://www.xelerance.com/software/xl2tpd/ diff --git a/packaging/suse/xl2tpd.spec b/packaging/suse/xl2tpd.spec index 724c14c1..5ebc497a 100644 --- a/packaging/suse/xl2tpd.spec +++ b/packaging/suse/xl2tpd.spec @@ -1,6 +1,6 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd -Version: 1.3.10.1rc2 +Version: 1.3.10.1 Release: 1%{?dist} License: GPLv2 Url: http://www.xelerance.com/software/xl2tpd/