From: NeilBrown Date: Thu, 28 Sep 2017 12:37:04 +0000 (+1000) Subject: Release v1.1 X-Git-Tag: v1.1^0 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=06807312b40b9e7fe02eb9861287522385f47e2d;p=wiggle.git Release v1.1 No substantial changes, just 4 years of tiny bits and pieces. Fixed #9 Signed-off-by: NeilBrown --- diff --git a/ReadMe.c b/ReadMe.c index 2fc6f45..e76a04b 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -29,10 +29,10 @@ #include "wiggle.h" #ifndef VERSION -#define VERSION "1.0" +#define VERSION "1.1" #endif #ifndef VERS_DATE -#define VERS_DATE "2013-08-23" +#define VERS_DATE "2017-09-28" #endif char Version[] = "wiggle " VERSION " " VERS_DATE " GPL-2+ http://neil.brown.name/wiggle/\n"; diff --git a/wiggle.1 b/wiggle.1 index efceb7e..7437604 100644 --- a/wiggle.1 +++ b/wiggle.1 @@ -21,7 +21,7 @@ .\" Author: Neil Brown .\" Email: .\" -.TH WIGGLE 1 "" v1.0 +.TH WIGGLE 1 "" v1.1 .SH NAME wiggle \- apply rejected patches and perform word-wise diffs .SH SYNOPSIS diff --git a/wiggle.spec b/wiggle.spec index aefb9bc..f2b6241 100644 --- a/wiggle.spec +++ b/wiggle.spec @@ -1,6 +1,6 @@ Summary: A tool for applying patches with conflicts Name: wiggle -Version: 1.0 +Version: 1.1 Release: 1 License: GPL Group: Development/Tools