From be76784bd21e55dd4d035a7a46396d8babd746af Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 24 Mar 2010 17:30:14 +1100 Subject: [PATCH] Release version 0.7 After nearly 7 years... --- ReadMe.c | 10 +++------- version | 2 +- wiggle.1 | 3 ++- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/ReadMe.c b/ReadMe.c index c2915bd..fad1888 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -2,6 +2,7 @@ * wiggle - apply rejected patches * * Copyright (C) 2003 Neil Brown + * Copyright (C) 2010 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -19,12 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Author: Neil Brown - * Email: - * Paper: Neil Brown - * School of Computer Science and Engineering - * The University of New South Wales - * Sydney, 2052 - * Australia + * Email: */ /* @@ -33,7 +29,7 @@ #include "wiggle.h" -char Version[] = "wiggle - v0.6 - 20 May 2003\n"; +char Version[] = "wiggle - v0.7 - 24 March 2010\n"; char short_options1[]="xdmwlrh123pVRvqB"; /* not mode B */ char short_options2[]="xdmwlrh123p:VRvqB"; /* mode B */ diff --git a/version b/version index 5a2a580..eb49d7c 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.6 +0.7 diff --git a/wiggle.1 b/wiggle.1 index 06f407f..c4f2a6e 100644 --- a/wiggle.1 +++ b/wiggle.1 @@ -2,6 +2,7 @@ .\" wiggle - apply rejected patches .\" .\" Copyright (C) 2003 Neil Brown +.\" Copyright (C) 2010 Neil Brown .\" .\" .\" This program is free software; you can redistribute it and/or modify @@ -26,7 +27,7 @@ .\" Sydney, 2052 .\" Australia .\" -.TH WIGGLE 1 "" v0.6 +.TH WIGGLE 1 "" v0.7 .SH NAME wiggle \- apply rejected patches and perform word-wise diffs -- 2.39.5