From f14d4d87f6b927c351b4fcbda83e11a33d427cd1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 10 Nov 2014 14:38:10 +0100 Subject: Released as 3.3.0. --- ChangeLog | 5 ++++- Makefile | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 445a615..aa580b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -2014-11-02 Martin Mares +2014-11-10 Martin Mares + + * Released as 3.3.0 (celebrating a one-year anniversary of + the previous version :)). * Device names exported by BIOS are displayed on Linux. diff --git a/Makefile b/Makefile index bcc3b1a..8d49afa 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Makefile for The PCI Utilities -# (c) 1998--2013 Martin Mares +# (c) 1998--2014 Martin Mares OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.2.1 -DATE=2013-11-10 +VERSION=3.3.0 +DATE=2014-11-10 # Host OS and release (override if you are cross-compiling) HOST= -- cgit v1.2.1