/*
* Project version information. Generated - do not modify.
*/
package org.olap4j.driver.olap4ld;
/**
* Version information for the XMLA driver. (Generated.)
*/
class Olap4ldDriverVersion {
static final String NAME = "olap4j driver for LD";
static final String VERSION = "0.0.1-SNAPSHOT";
static final int MAJOR_VERSION = 1;
static final int MINOR_VERSION = 0000445;
}
// End XmlaOlap4jDriverVersion.java