From 6353783765cd51c8588490765098861ba36c7f08 Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Fri, 26 Oct 2012 17:50:57 -0400 Subject: Use release, not version, for HTML index The full release string includes RELTAIL from patchlevel.h; it is useful to know whether we are on a pre- or post-release branch. ticket: 7433 tags: pullup --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 157a5df00..98b1f2e74 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,5 +18,5 @@ MIT Kerberos Documentation .. _reference: -:Release: |version| +:Release: |release| -- cgit