From: Simon Ruderich <simon@ruderich.org>
Date: Sun, 22 Jun 2014 16:34:34 +0000 (+0200)
Subject: NEWS: release 0.2
X-Git-Tag: 0.2^0
X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=502f26377e64f7c26ddcc28a35dfb838a88035b2;p=coloredstderr%2Fcoloredstderr.git

NEWS: release 0.2
---

diff --git a/NEWS b/NEWS
index b625510..bb89349 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 NEWS
 ====
 
-0.X
+0.2
 ---
 
 - Fix hook for GNU's error_at_line() not exiting if status != 0. If
@@ -9,6 +9,7 @@ NEWS
   didn't exit.
 - Fix race condition when using threads. The fix requires thread-local
   storage.
+- Documentation updates.
 
 
 0.1
diff --git a/configure.ac b/configure.ac
index edb692d..47f9ee2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
 AC_PREREQ([2.69])
-AC_INIT([coloredstderr],[0.1],[simon@ruderich.org])
+AC_INIT([coloredstderr],[0.2],[simon@ruderich.org])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])