Corrected description of major.minor.micro definition in libburn.h of version 0.4.2

This commit is contained in:
Thomas Schmitt 2008-01-29 22:08:13 +00:00
parent ee721a3b69
commit cce0d79cee
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*/