From cce0d79cee265faba04faa88ec7f1ae1f3d2f304 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 29 Jan 2008 22:08:13 +0000 Subject: [PATCH] Corrected description of major.minor.micro definition in libburn.h of version 0.4.2 --- libburn/libburn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libburn/libburn.h b/libburn/libburn.h index 0d85dbd..4d1e110 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -2069,8 +2069,8 @@ void burn_version(int *major, int *minor, int *micro); /** Note: Above version numbers are also recorded in configure.ac and indirectly lead to the reply of burn_version(). - So the version triples in configure.ac and libburn.h must be keep equal. - In future versions the version triple of libburn.h will be decisive alone. + So the version triples in configure.ac and libburn.h must be kept equal. + In future versions the triple of libburn.h will be decisive alone. */