13 lines
289 B
C
13 lines
289 B
C
#ifndef _QSE_CONF_INF_H_
|
|
#define _QSE_CONF_INF_H_
|
|
|
|
/* change this information whenever you update
|
|
* package version in configure.ac */
|
|
|
|
#define QSE_PACKAGE_VERSION "0.5.7"
|
|
#define QSE_PACKAGE_VERSION_MAJOR 0
|
|
#define QSE_PACKAGE_VERSION_MINOR 5
|
|
#define QSE_PACKAGE_VERSION_PATCH 7
|
|
|
|
#endif
|