From 3feff7d79bac4bdf991e8fbcd672c5156f12c019 Mon Sep 17 00:00:00 2001
From: Simon Ruderich <simon@ruderich.org>
Date: Sun, 27 May 2012 23:08:18 +0200
Subject: [PATCH] Release 0.03.

---
 NEWS      | 14 ++++++++++++++
 bin/blhc  |  2 +-
 t/tests.t |  2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 92e1e52..74e74f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,20 @@
 NEWS
 ====
 
+Version 0.03
+------------
+
+- Fix --ignore-flag with -fPIE.
+- Detect overwrite of -D_FORTIFY_SOURCE=2 with -D_FORTIFY_SOURCE=0 or 1 or
+  -U_FORTIFY_SOURCE.
+
+- Add --ignore-arch-flag and --ignore-arch-line options to ignore flags and
+  lines on certain architectures only.
+- Buildd tags "no-compiler-commands" and "invalid-cmake-used" are now
+  information ('I-') instead of warning ('W-').
+- Ignore false positives when using moc-qt4.
+
+
 Version 0.02
 ------------
 
diff --git a/bin/blhc b/bin/blhc
index 666a151..712d16c 100755
--- a/bin/blhc
+++ b/bin/blhc
@@ -24,7 +24,7 @@ use warnings;
 use Getopt::Long ();
 use Text::ParseWords ();
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 
 # CONSTANTS/VARIABLES
diff --git a/t/tests.t b/t/tests.t
index 7b88c91..02c3d3c 100644
--- a/t/tests.t
+++ b/t/tests.t
@@ -61,7 +61,7 @@ is_blhc '', '', 2,
         $usage;
 
 is_blhc '', '--version', 0,
-        'blhc 0.02  Copyright (C) 2012  Simon Ruderich
+        'blhc 0.03  Copyright (C) 2012  Simon Ruderich
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-- 
2.49.0