From 3275e10453db937ed9be9d3e1703961e59652799 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Tue, 13 Jan 2009 23:08:01 +0100 Subject: [PATCH] tig-0.13 --- NEWS | 4 ++-- VERSION | 2 +- contrib/announcement.sh | 2 +- contrib/tig-completion.bash | 2 +- manual.txt | 2 +- tig.1.txt | 2 +- tig.c | 2 +- tigrc.5.txt | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 0564183..79fe7f2 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ Release notes ============= -tig master ----------- +tig-0.13 +-------- Incompatibilities: diff --git a/VERSION b/VERSION index 34a8361..f304084 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.1 +0.13 diff --git a/contrib/announcement.sh b/contrib/announcement.sh index c73934f..4013bc1 100755 --- a/contrib/announcement.sh +++ b/contrib/announcement.sh @@ -3,7 +3,7 @@ # Prepare the content of the next tig release announcement. # Usage: $0 [revision] # -# Copyright (c) 2008 Jonas Fonseca +# Copyright (c) 2008-2009 Jonas Fonseca # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/contrib/tig-completion.bash b/contrib/tig-completion.bash index 40bfcfa..5c94df6 100755 --- a/contrib/tig-completion.bash +++ b/contrib/tig-completion.bash @@ -1,7 +1,7 @@ ## # bash completion support for tig # -# Copyright (C) 2007 Jonas fonseca +# Copyright (C) 2007-2009 Jonas fonseca # Copyright (C) 2006,2007 Shawn Pearce # # Based git's git-completion.sh: http://repo.or.cz/w/git/fastimport.git diff --git a/manual.txt b/manual.txt index 5a295e0..34bc753 100644 --- a/manual.txt +++ b/manual.txt @@ -563,7 +563,7 @@ include::BUGS[] Copyright --------- -Copyright (c) 2006-2008 Jonas Fonseca +Copyright (c) 2006-2009 Jonas Fonseca This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tig.1.txt b/tig.1.txt index 3a914cc..1088861 100644 --- a/tig.1.txt +++ b/tig.1.txt @@ -150,7 +150,7 @@ include::BUGS[] COPYRIGHT --------- -Copyright (c) 2006-2008 Jonas Fonseca +Copyright (c) 2006-2009 Jonas Fonseca This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tig.c b/tig.c index 7a3ed2c..b553b4d 100644 --- a/tig.c +++ b/tig.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Jonas Fonseca +/* Copyright (c) 2006-2009 Jonas Fonseca * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/tigrc.5.txt b/tigrc.5.txt index 7c1daec..02af7fa 100644 --- a/tigrc.5.txt +++ b/tigrc.5.txt @@ -452,7 +452,7 @@ Colors for information of the tree view. COPYRIGHT --------- -Copyright (c) 2006-2008 Jonas Fonseca +Copyright (c) 2006-2009 Jonas Fonseca Licensed under the terms of the GNU General Public License. -- 2.32.0.93.g670b81a890