/usr/include/libvcd/version.h is in libvcdinfo-dev 0.7.24+dfsg-0.2.
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.4 2005/07/16 20:44:30 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.24"
/*! LIBVCD_VERSION_NUM can be used for testing in the C preprocessor */
#define LIBVCD_VERSION_NUM 24
|