Skip to content

Commit f14d4d8

Browse files
committed
Released as 3.3.0.
1 parent 3fd822e commit f14d4d8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

ChangeLog

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
2014-11-02 Martin Mares <[email protected]>
1+
2014-11-10 Martin Mares <[email protected]>
2+
3+
* Released as 3.3.0 (celebrating a one-year anniversary of
4+
the previous version :)).
25

36
* Device names exported by BIOS are displayed on Linux.
47

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Makefile for The PCI Utilities
2-
# (c) 1998--2013 Martin Mares <[email protected]>
2+
# (c) 1998--2014 Martin Mares <[email protected]>
33

44
OPT=-O2
55
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
66

7-
VERSION=3.2.1
8-
DATE=2013-11-10
7+
VERSION=3.3.0
8+
DATE=2014-11-10
99

1010
# Host OS and release (override if you are cross-compiling)
1111
HOST=

0 commit comments

Comments
 (0)