mirror of
https://gitlab.com/prpl-foundation/intel/dsl_cpe_control.git
synced 2025-12-10 06:44:37 +01:00
25 lines
684 B
C
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_*/
|