This file is indexed.

/usr/include/yuma/ncx/version.h is in libyuma-dev 2.9-1+b2.

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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*
 * Copyright (c) 2008 - 2012, Andy Bierman, All Rights Reserved.
 * 
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.    
 */
#ifndef _H_version
#define _H_version
/*  FILE: version.h
*********************************************************************
*                                                                   *
*                         P U R P O S E                             *
*                                                                   *
*********************************************************************

    Contains the current Yuma version ID

*********************************************************************
*                                                                   *
*                   C H A N G E         H I S T O R Y               *
*                                                                   *
*********************************************************************

date             init     comment
----------------------------------------------------------------------
23-jun-09    abb      Begun.
01-jun-10    abb      Switched to 1.x instead of 0.x
                      to align with debian packaging standards
09-oct-10    abb      Bumped version to 1.14 
17-apr-11    abb      Bumped version to 1.15
29-may-11    abb      Bumped trunk version to 2.0
25-sep-11    abb      Bumped trunk version to 2.1
25-jan-12    abb      Bumped trunk version to 2.2
21-dec-15    vv       Bumped trunk version to 2.5
17-jul-16    vv       Bumped trunk version to 2.6
21-jul-16    vv       Bumped trunk version to 2.7
29-jul-16    vv       Bumped trunk version to 2.8
20-aug-16    vv       Bumped trunk version to 2.9
*/

#ifdef __cplusplus
extern "C" {
#endif

/********************************************************************
*                                                                   *
*                         C O N S T A N T S                         *
*                                                                   *
*********************************************************************/

#define YUMA_VERSION  (const xmlChar *)"2.9"

#ifdef __cplusplus
}  /* end extern 'C' */
#endif

#endif            /* _H_version */