From 87766afcff4a885840240f22d6d44122b04ff118 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Fri, 23 Aug 2013 16:02:27 +1000 Subject: [PATCH] Release wiggle v1.0 Hurray! --- ReadMe.c | 4 ++-- wiggle.1 | 2 +- wiggle.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ReadMe.c b/ReadMe.c index 149868e..2fc6f45 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -29,10 +29,10 @@ #include "wiggle.h" #ifndef VERSION -#define VERSION "0.9" +#define VERSION "1.0" #endif #ifndef VERS_DATE -#define VERS_DATE "2012-05-14" +#define VERS_DATE "2013-08-23" #endif char Version[] = "wiggle " VERSION " " VERS_DATE " GPL-2+ http://neil.brown.name/wiggle/\n"; diff --git a/wiggle.1 b/wiggle.1 index ac700ba..6601e07 100644 --- a/wiggle.1 +++ b/wiggle.1 @@ -21,7 +21,7 @@ .\" Author: Neil Brown .\" Email: .\" -.TH WIGGLE 1 "" v0.9 +.TH WIGGLE 1 "" v1.0 .SH NAME wiggle \- apply rejected patches and perform word-wise diffs .SH SYNOPSIS diff --git a/wiggle.spec b/wiggle.spec index d80cf15..aefb9bc 100644 --- a/wiggle.spec +++ b/wiggle.spec @@ -1,6 +1,6 @@ Summary: A tool for applying patches with conflicts Name: wiggle -Version: 0.9 +Version: 1.0 Release: 1 License: GPL Group: Development/Tools -- 2.11.4.GIT