]> sigrok.org Git - pulseview.git/blobdiff - config.h.in
Make sure PD row colors remain constant by adding a row index
[pulseview.git] / config.h.in
index 8da6dafbb811c1c4335019f155f76ef83e575a61..7720001a94861339fbfe0458f63c100cb405b1ac 100644 (file)
@@ -22,7 +22,6 @@
 
 /* Application details */
 #define PV_TITLE "@PV_TITLE@"
-#define PV_DESCRIPTION "@PV_DESCRIPTION@"
 #define PV_BIN_NAME "@PROJECT_NAME@"
 
 /* Pulseview version information */
@@ -35,4 +34,6 @@
 /* Platform properties */
 #cmakedefine HAVE_UNALIGNED_LITTLE_ENDIAN_ACCESS
 
+#define PV_GLIBMM_VERSION "@PV_GLIBMM_VERSION@"
+
 #endif