]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
NEWS: release 0.2 0.2
authorSimon Ruderich <simon@ruderich.org>
Sun, 22 Jun 2014 16:34:34 +0000 (18:34 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 22 Jun 2014 16:34:34 +0000 (18:34 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index b625510466dc90f937017e11f4a800e4d0685c0d..bb893490f1cd6e9a246a4d65bbb297f6eb3edddd 100644 (file)
--- 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
index edb692de80a357619c0468e31101fd49da738919..47f9ee2c32af38114b65d22acc5b1a4bfc3ff926 100644 (file)
@@ -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])