next version will be 1.0.1
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 23 May 2016 22:50:18 +0000 (00:50 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 23 May 2016 22:50:18 +0000 (00:50 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 35e9e7f..4ca74a0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 What's New
 ==========
 
+v1.0.1
+------
+
 v1.0.0
 ------
  * allowed 2.4.0, 2.4.1 and 2.5 release of taskwarrior.
index 2aaeec5..1ec74e4 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.64])
-AC_INIT([ptask], [1.0.0],[jeanfi@gmail.com],[ptask],[http://wpitchoune.net/ptask])
+AC_INIT([ptask], [1.0.1],[jeanfi@gmail.com],[ptask],[http://wpitchoune.net/ptask])
 
 AM_INIT_AUTOMAKE([-Wall gnu])