From f78309a69931bf976faa61bb8ffd1217192eebf2 Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sun, 19 Jun 2011 23:07:59 +0200 Subject: Release version 2.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- Makefile | 2 +- scripts/netcfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 54f01d6..bd1a88a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DESTDIR= -VERSION=2.6rc1 +VERSION=2.6 VPATH = doc .PHONY: install docs diff --git a/scripts/netcfg b/scripts/netcfg index 7b8fa8a..e00794d 100755 --- a/scripts/netcfg +++ b/scripts/netcfg @@ -2,7 +2,7 @@ . /usr/lib/network/network -NETCFG_VER=2.6rc1 +NETCFG_VER=2.6 version() { -- cgit v1.2.3-24-g4f1b