/usr/include/libvcd/version.h is in libvcdinfo-dev 0.7.23-4.1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | /* $Id: version.h.in,v 1.3 2004/03/28 07:59:29 rocky Exp $ */
/** \file version.h
* \brief A file simply containing the library version number.
*/
/*! LIBVCD_VERSION can as a string in programs to show what version is used. */
#define LIBVCD_VERSION "0.7.23"
/*! LIBCDIO_VERSION_NUM can be used for testing in the C preprocessor */
#define LIBVCD_VERSION_NUM 23
|