Skip to content

Commit b5f6193

Browse files
committed
tig-2.5.12
1 parent e4e63b9 commit b5f6193

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

INSTALL.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Download a tarball from https://github.com/jonas/tig/releases[] or clone the Tig
66
repository https://github.com/jonas/tig[https://github.com/jonas/tig.git].
77

88
The latest version is:
9-
https://github.com/jonas/tig/releases/download/tig-2.5.11/tig-2.5.11.tar.gz[tig-2.5.11]
10-
https://github.com/jonas/tig/releases/download/tig-2.5.11/tig-2.5.11.tar.gz.sha256[(sha256)]
9+
https://github.com/jonas/tig/releases/download/tig-2.5.12/tig-2.5.12.tar.gz[tig-2.5.12]
10+
https://github.com/jonas/tig/releases/download/tig-2.5.12/tig-2.5.12.tar.gz.sha256[(sha256)]
1111

1212
*Note:* Do not use the tar.gz file for version 2.0 because it will fail
1313
to compile due to issue https://github.com/jonas/tig/pull/283[#283] and

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# The last tagged version. Can be overridden either by the version from
44
# git or from the value of the DIST_VERSION environment variable.
5-
VERSION = 2.5.11
5+
VERSION = 2.5.12
66

77
all:
88

NEWS.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Release notes
22
=============
33

4-
master
5-
------
4+
tig-2.5.12
5+
----------
66

77
Bug fixes:
88

0 commit comments

Comments
 (0)