From b0d6f7833a7a721dcee677e4c2253fd11a2708b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Jorge?= Date: Tue, 18 Oct 2011 11:22:26 +0000 Subject: Bump version to release Corrected typo in make dist --- Makefile | 5 ++--- NEWS | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7509741..24fd6f7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = drakx-net -VERSION = 0.98 +VERSION = 0.99 DESTDIR= libdir=/usr/lib @@ -41,8 +41,7 @@ install: cleandist: rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* -dis: cleandist - rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* +dist: cleandist svn export -q -rBASE . $(NAME)-$(VERSION) tar cfj ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) diff --git a/NEWS b/NEWS index fe66bc6..d4ad969 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.99: +- Use b43-openfwwf for b43 module instead of asking for a windows driver + 0.98: - make network connectivity check work with kernel-2.6.39+ (#1266) -- cgit v1.2.1