From: NeilBrown Date: Sat, 3 Oct 2020 10:49:53 +0000 (+1000) Subject: New release: v1.3 X-Git-Tag: v1.3^0 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=f8826f535941945888ca3b65d34f950a84768363;p=wiggle.git New release: v1.3 - performance improvements when comparing large files - libwiggle.a can be built for other tools to use - Makefile is quieter and can put binaries elsewhere - fix a bug that corrupted the format of output in some cases. Signed-off-by: NeilBrown --- diff --git a/ReadMe.c b/ReadMe.c index e7ad487..520de16 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -30,10 +30,10 @@ #include "wiggle.h" #ifndef VERSION -#define VERSION "1.2" +#define VERSION "1.3" #endif #ifndef VERS_DATE -#define VERS_DATE "2019-12-27" +#define VERS_DATE "2020-10-03" #endif char Version[] = "wiggle " VERSION " " VERS_DATE " GPL-2+ http://neil.brown.name/wiggle/\n"; diff --git a/wiggle.1 b/wiggle.1 index 1715c28..5fb79d0 100644 --- a/wiggle.1 +++ b/wiggle.1 @@ -22,7 +22,7 @@ .\" Author: Neil Brown .\" Email: .\" -.TH WIGGLE 1 "" v1.2 +.TH WIGGLE 1 "" v1.3 .SH NAME wiggle \- apply rejected patches and perform word-wise diffs .SH SYNOPSIS diff --git a/wiggle.spec b/wiggle.spec index 9849e25..7b03e6d 100644 --- a/wiggle.spec +++ b/wiggle.spec @@ -1,6 +1,6 @@ Summary: A tool for applying patches with conflicts Name: wiggle -Version: 1.2 +Version: 1.3 Release: 1 License: GPL Group: Development/Tools