version.h 593 B

123456789101112131415161718
  1. /*************************************************************************
  2. * libjson-rpc-cpp
  3. *************************************************************************
  4. * @file version.h.in
  5. * @date 12.05.2013
  6. * @author Peter Spiess-Knafl <peter.knafl@gmail.com>
  7. * @license See attached LICENSE.txt
  8. ************************************************************************/
  9. #ifndef JSONRPC_CPP_VERSION_H_
  10. #define JSONRPC_CPP_VERSION_H_
  11. #define JSONRPC_CPP_MAJOR_VERSION 0
  12. #define JSONRPC_CPP_MINOR_VERSION 7
  13. #define JSONRPC_CPP_PATCH_VERSION 0
  14. #endif /* JSONRPC_CPP_VERSION_H_ */