X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=config.h.in;h=7720001a94861339fbfe0458f63c100cb405b1ac;hp=aa6062df96f33deb226dd7e0536722e7bfb3e67d;hb=78bf7ce5aaa1e02717973dc559c24973a313b541;hpb=9df8453f6809f2ce038717111979474a60d5746a diff --git a/config.h.in b/config.h.in index aa6062df..7720001a 100644 --- a/config.h.in +++ b/config.h.in @@ -22,16 +22,18 @@ /* Application details */ #define PV_TITLE "@PV_TITLE@" -#define PV_DESCRIPTION "@PV_DESCRIPTION@" #define PV_BIN_NAME "@PROJECT_NAME@" /* Pulseview version information */ #define PV_VERSION_MAJOR @PV_VERSION_MAJOR@ #define PV_VERSION_MINOR @PV_VERSION_MINOR@ #define PV_VERSION_MICRO @PV_VERSION_MICRO@ +#define PV_VERSION_SUFFIX @PV_VERSION_SUFFIX@ #define PV_VERSION_STRING "@PV_VERSION_STRING@" /* Platform properties */ #cmakedefine HAVE_UNALIGNED_LITTLE_ENDIAN_ACCESS +#define PV_GLIBMM_VERSION "@PV_GLIBMM_VERSION@" + #endif