/usr/include/biblesync/biblesync-version.hh is in libbiblesync-dev 1.1.2-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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | /******************************************************************************
*
* biblesync-version.h - version constants.
*
* BibleSync library
* Karl Kleinpaste, May 2014
*
* All files related to implementation of BibleSync, including program
* source, READMEs, manual pages, and related similar documents, are in
* the public domain. As a matter of simple decency, your social
* obligations are to credit the source and to coordinate any changes you
* make back to the origin repository. These obligations are non-
* binding for public domain software, but they are to be seriously
* handled nonetheless.
*/
#ifndef BIBLESYNC_VERSION_HH
#define BIBLESYNC_VERSION_HH
#define BIBLESYNC_VERSION_NUM 1001002000
#define BIBLESYNC_VERSION_STR "1.1.2"
#define BIBLESYNC_VERSION_MAJOR 1
#define BIBLESYNC_VERSION_MINOR 1
#define BIBLESYNC_VERSION_MICRO 2
#define BIBLESYNC_VERSION_NANO 0
#endif // BIBLESYNC_VERSION_HH
|