You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
338 B
15 lines
338 B
#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_ */
|