~alinuxninja/nginx-edge/trunk

« back to all changes in this revision

Viewing changes to debian/modules/ngx_pagespeed/psol/include/third_party/jsoncpp/src/include/json/version.h

  • Committer: Vivian
  • Date: 2015-12-04 18:20:11 UTC
  • Revision ID: git-v1:a36f2bc32e884f7473b3a47040e5411306144d7d
* Do not extract psol.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// DO NOT EDIT. This file is generated by CMake from  "version"
2
 
// and "version.h.in" files.
3
 
// Run CMake configure step to update it.
4
 
#ifndef JSON_VERSION_H_INCLUDED
5
 
# define JSON_VERSION_H_INCLUDED
6
 
 
7
 
# define JSONCPP_VERSION_STRING "1.0.0"
8
 
# define JSONCPP_VERSION_MAJOR 1
9
 
# define JSONCPP_VERSION_MINOR 0
10
 
# define JSONCPP_VERSION_PATCH 0
11
 
# define JSONCPP_VERSION_QUALIFIER
12
 
# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
13
 
 
14
 
#endif // JSON_VERSION_H_INCLUDED