summaryrefslogtreecommitdiffstats
path: root/indexlib/version.h
blob: 4279fc18c43ca7ed4fe85a8063b02ec95542f550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef LPC_VERSION_H1118420718_INCLUDE_GUARD_
#define LPC_VERSION_H1118420718_INCLUDE_GUARD_

namespace indexlib {
namespace version {

const unsigned major = 0;
const unsigned minor = 94;
const char* const marker = "indexlib directory, see http://luispedro.org/software/index";

}}


#endif /* LPC_VERSION_H1118420718_INCLUDE_GUARD_ */