diff --git a/Documentation/git.txt b/Documentation/git.txt
index db5d5570cf001683875b8c50f50dcecd8608196c..c991430642a56001a82b6526bda70d602af9e9dc 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -44,6 +44,11 @@ unreleased) version of git, that is available from 'master'
 branch of the `git.git` repository.
 Documentation for older releases are available here:
 
+* link:v1.7.9/git.html[documentation for release 1.7.9]
+
+* release notes for
+  link:RelNotes/1.7.9.txt[1.7.9].
+
 * link:v1.7.8.4/git.html[documentation for release 1.7.8.4]
 
 * release notes for
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index ba8a07a2eae71fc24251c4f8418f504b17c35b2c..70204f87f90c733db7043b3111b5c18226ab64ac 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.9-rc2
+DEF_VER=v1.7.9
 
 LF='
 '