/usr/include/movit/version.h is in libmovit-dev 1.6.1-1.
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 | #ifndef _MOVIT_VERSION_H
#define _MOVIT_VERSION_H 1
// A number that will increase every time the visible user API
// changes, even within git versions. There is no specific version
// documentation outside the regular changelogs, though.
#define MOVIT_VERSION 37
#endif // !defined(_MOVIT_VERSION_H)
|