Code

tig-0.13
authorJonas Fonseca <fonseca@diku.dk>
Tue, 13 Jan 2009 22:08:01 +0000 (23:08 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Tue, 13 Jan 2009 22:08:01 +0000 (23:08 +0100)
NEWS
VERSION
contrib/announcement.sh
contrib/tig-completion.bash
manual.txt
tig.1.txt
tig.c
tigrc.5.txt

diff --git a/NEWS b/NEWS
index 05641831bd2de0c25e65296d6c5d2a56070b5436..79fe7f2818b3e809c8345c61f92e5cb59cf0b820 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
 Release notes
 =============
 
-tig master
-----------
+tig-0.13
+--------
 
 Incompatibilities:
 
diff --git a/VERSION b/VERSION
index 34a83616bb5aa9a70c5713bc45cd45498a50ba24..f3040840fd7058ec0e224314c609184fd4ec53f2 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.12.1
+0.13
index c73934fb301a1ff232870146eea09bdea15e287c..4013bc1a2330c44cee71cf0cf6992d90b9546f1d 100755 (executable)
@@ -3,7 +3,7 @@
 # Prepare the content of the next tig release announcement.
 # Usage: $0 [revision]
 #
-# Copyright (c) 2008 Jonas Fonseca <fonseca@diku.dk>
+# Copyright (c) 2008-2009 Jonas Fonseca <fonseca@diku.dk>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
index 40bfcfa53ad557c3303ec38db102524224910b32..5c94df6ce67100440fd2a669e279d029752f75d4 100755 (executable)
@@ -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
index 5a295e07154738e4eb49dd20a9af13f20a0481a9..34bc753237d1b267e028ea9e7df81b5f533daeb2 100644 (file)
@@ -563,7 +563,7 @@ include::BUGS[]
 Copyright
 ---------
 
-Copyright (c) 2006-2008 Jonas Fonseca <fonseca@diku.dk>
+Copyright (c) 2006-2009 Jonas Fonseca <fonseca@diku.dk>
 
 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
index 3a914ccf1ce8e49185a7aaaad7fd792eac896eb3..108886155b4cf7c2392d43859a33ab960dff7049 100644 (file)
--- a/tig.1.txt
+++ b/tig.1.txt
@@ -150,7 +150,7 @@ include::BUGS[]
 
 COPYRIGHT
 ---------
-Copyright (c) 2006-2008 Jonas Fonseca <fonseca@diku.dk>
+Copyright (c) 2006-2009 Jonas Fonseca <fonseca@diku.dk>
 
 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 7a3ed2c867c79963fd14e8b8c7db122d71c063e8..b553b4d71f3336fc8926423ddc472b4bb24695ed 100644 (file)
--- a/tig.c
+++ b/tig.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2008 Jonas Fonseca <fonseca@diku.dk>
+/* Copyright (c) 2006-2009 Jonas Fonseca <fonseca@diku.dk>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
index 7c1daece455d3bae71bbd034d17d7e87c6c4d31a..02af7faa69749f658ff4700134dbb8735f0ba556 100644 (file)
@@ -452,7 +452,7 @@ Colors for information of the tree view.
 
 COPYRIGHT
 ---------
-Copyright (c) 2006-2008 Jonas Fonseca <fonseca@diku.dk>
+Copyright (c) 2006-2009 Jonas Fonseca <fonseca@diku.dk>
 
 Licensed under the terms of the GNU General Public License.