From 34683007af64075030069fe6ab5b96769ff7facd Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 1 Feb 2009 17:49:32 +0100 Subject: [PATCH] Released as 3.1.2. --- ChangeLog | 6 ++++++ Makefile | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2cee31d..3125b92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-02-01 Martin Mares + + * Released as 3.1.2. + + * Fixed another silly bug in the command-line parser of setpci. + 2009-01-30 Martin Mares * Released as 3.1.1. diff --git a/Makefile b/Makefile index abfb8b0..140c87a 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.1.1 -DATE=2009-01-30 +VERSION=3.1.2 +DATE=2009-02-01 # Host OS and release (override if you are cross-compiling) HOST= -- 2.39.2