diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-11-05 13:13:19 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-11-05 13:13:19 +0000 |
commit | 09c34be825ccfc876c25a0c7e103af1433786691 (patch) | |
tree | 7da9ea08cc244e37ed6b95f534b8126b41059ffb | |
parent | e4b743cced2a7a4a1cf490c5f745a2d4cd53dbe4 (diff) | |
download | rtmux-09c34be825ccfc876c25a0c7e103af1433786691.tar.gz rtmux-09c34be825ccfc876c25a0c7e103af1433786691.tar.bz2 rtmux-09c34be825ccfc876c25a0c7e103af1433786691.zip |
Use %%VERSION%% so the Makefile can replace it by VERSION.
-rw-r--r-- | www/index.html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html.in b/www/index.html.in index 04b1b5d5..e5c2ed93 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -11,7 +11,7 @@ <div id="left-menu-container"> <p id="upper-left-title">tmux</p> <ul id="left-menu"> - <li><a href="http://downloads.sourceforge.net/tmux/tmux-1.0.tar.gz">Download</a></li> + <li><a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz">Download</a></li> <li><a href="http://tmux.cvs.sourceforge.net/viewvc/*checkout*/tmux/tmux/NOTES">Release Notes</a> <li><a href="http://tmux.cvs.sourceforge.net/viewvc/*checkout*/tmux/tmux/CHANGES">Changelog</a></li> <li><a href="http://tmux.cvs.sourceforge.net/viewvc/*checkout*/tmux/tmux/FAQ">FAQ</a></li> |