diff options
author | Michel Normand <normand@fr.ibm.com> | 2009-11-04 15:14:30 +0100 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2009-11-04 15:14:30 +0100 |
commit | d5cf438682963ac84c3617941032ba623d4ac9b2 (patch) | |
tree | 87246f2c017729535b5b993dd1ccf1df3efb9e56 /doc | |
parent | configure.ac - allow user to switch off/on documentation generation (diff) | |
download | lxc-d5cf438682963ac84c3617941032ba623d4ac9b2.tar.gz lxc-d5cf438682963ac84c3617941032ba623d4ac9b2.tar.bz2 lxc-d5cf438682963ac84c3617941032ba623d4ac9b2.zip |
lxc: lxc version to reflect string in AC_INIT (V2)
I changed the code to have lxc version to reflect the
string set in AC_INIT of configure.ac
rather than to report only the 3 first digits
update: use PACKAGE_VERSION in place of VERSION
Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lxc.sgml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lxc.sgml.in b/doc/lxc.sgml.in index 961a967..af2efab 100644 --- a/doc/lxc.sgml.in +++ b/doc/lxc.sgml.in @@ -39,7 +39,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA <refentrytitle>lxc</refentrytitle> <manvolnum>7</manvolnum> <refmiscinfo> - Version @LXC_MAJOR_VERSION@.@LXC_MINOR_VERSION@.@LXC_MICRO_VERSION@ + Version @PACKAGE_VERSION@ </refmiscinfo> </refmeta> |