From 9554c871e65ca5de672c4b8a6f5b7f561e3869e4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 24 May 2016 00:50:18 +0200 Subject: [PATCH] next version will be 1.0.1 --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 35e9e7f..4ca74a0 100644 --- 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. diff --git a/configure.ac b/configure.ac index 2aaeec5..1ec74e4 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.7.4