dsl_cpe_control/build_win32/dsl_cpe_control_version.h

25 lines
684 B
C

#ifndef LIB_DSL_VERSION_H_
#define LIB_DSL_VERSION_H_
/* Name of package */
#define PACKAGE "dsl_cpe_control"
/* Version number of package */
#define VERSION "4.21.1"
/* Define to the version of this package. */
#define PACKAGE_VERSION VERSION
/* Define to the full name of this package. */
#define PACKAGE_NAME "DSL CPE Control"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING PACKAGE_NAME " " VERSION
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "dsl_cpe_control"
#endif /*LIB_DSL_VERSION_H_*/