4 files changed +278
-278
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Download a tarball from https://github.com/jonas/tig/releases[] or clone the Tig
6
6
repository http://github.com/jonas/tig[git://github.com/jonas/tig.git].
7
7
8
8
The latest version is:
9
- https://github.com/jonas/tig/releases/download/tig-2.4.1 /tig-2.4.1 .tar.gz[tig-2.4.1 ]
10
- https://github.com/jonas/tig/releases/download/tig-2.4.1 /tig-2.4.1 .tar.gz.md5[(md5)]
9
+ https://github.com/jonas/tig/releases/download/tig-2.5.0 /tig-2.5.0 .tar.gz[tig-2.5.0 ]
10
+ https://github.com/jonas/tig/releases/download/tig-2.5.0 /tig-2.5.0 .tar.gz.md5[(md5)]
11
11
12
12
*Note:* Do not use the tar.gz file for version 2.0 because it will fail
13
13
to compile due to issue https://github.com/jonas/tig/pull/283[#283] and
Original file line number Diff line number Diff line change 2
2
3
3
# The last tagged version. Can be overridden either by the version from
4
4
# git or from the value of the DIST_VERSION environment variable.
5
- VERSION = 2.4.1
5
+ VERSION = 2.5.0
6
6
7
7
all :
8
8
Original file line number Diff line number Diff line change 1
1
Release notes
2
2
=============
3
3
4
- master
5
- ------
4
+ tig-2.5.0
5
+ ---------
6
6
7
7
Improvements:
8
8
0 commit comments