From 6f7ea47830269d82071d2acca25bb44c86d41ef0 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Thu, 28 Aug 2014 09:37:32 -0700 Subject: [PATCH] Do not hardcode version in example Did say 0.9-beta1 for 0.9 release for example. So added the __VERSION__ macro. Note that this may look ugly in the "git" branch or other odd named versions but will match names if a dist tarball was created from git master. But will be correct for official releases. Okayed via jabber. --- doc/guide/quickstart.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/guide/quickstart.xml b/doc/guide/quickstart.xml index 0b1d6cc9d0..12f08ccd95 100644 --- a/doc/guide/quickstart.xml +++ b/doc/guide/quickstart.xml @@ -2,6 +2,8 @@ + +%version; ]> @@ -34,13 +36,13 @@ Extract the tarball. For example: - $ tar xvf kea-0.9-beta1.tar.gz + $ tar xvf kea-&__VERSION__;.tar.gz Go into the source directory and run the configure script: - $ cd kea-0.9-beta1 + $ cd kea-&__VERSION__; $ ./configure [your extra parameters] -- 2.47.2