/usr/include/jsonrpccpp/version.h is in libjsonrpccpp-dev 0.6.0-2build1.
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 | /*************************************************************************
* libjson-rpc-cpp
*************************************************************************
* @file version.h.in
* @date 12.05.2013
* @author Peter Spiess-Knafl <peter.knafl@gmail.com>
* @license See attached LICENSE.txt
************************************************************************/
#ifndef JSONRPC_CPP_VERSION_H_
#define JSONRPC_CPP_VERSION_H_
#define JSONRPC_CPP_MAJOR_VERSION 0
#define JSONRPC_CPP_MINOR_VERSION 6
#define JSONRPC_CPP_PATCH_VERSION 0
#endif /* JSONRPC_CPP_VERSION_H_ */
|