/usr/include/boinc/svn_version.h is in boinc-dev 7.0.24+dfsg-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 | #ifndef SVN_VERSION_H
#define SVN_VERSION_H
#include "version.h"
#define SVN_VERSION BOINC_VERSION_STRING
#endif
|