#include <config.h>
#include "xapian.h"
Include dependency graph for version.cc:
Go to the source code of this file.
Namespaces | |
namespace | Xapian |
Functions | |
const char * | Xapian::version_string () |
Report the version string of the library which the program is linked with. | |
int | Xapian::major_version () |
Report the major version of the library which the program is linked to. | |
int | Xapian::minor_version () |
Report the minor version of the library which the program is linked to. | |
int | Xapian::revision () |
Report the revision of the library which the program is linked to. | |
const char * | Xapian::xapian_version_string () |
For compatibility with Xapian 0.9.5 and earlier. | |
int | Xapian::xapian_major_version () |
For compatibility with Xapian 0.9.5 and earlier. | |
int | Xapian::xapian_minor_version () |
For compatibility with Xapian 0.9.5 and earlier. | |
int | Xapian::xapian_revision () |
For compatibility with Xapian 0.9.5 and earlier. |