Files
qse/qse/include/qse/conf-inf.h

13 lines
345 B
C

#ifndef _QSE_CONF_INF_H_
#define _QSE_CONF_INF_H_
/* This file is used for non-autoconf based build systems.
* Change this information whenever you update package version in configure.ac */
#define QSE_PACKAGE_VERSION "0.6.0"
#define QSE_PACKAGE_VERSION_MAJOR 0
#define QSE_PACKAGE_VERSION_MINOR 6
#define QSE_PACKAGE_VERSION_PATCH 0
#endif