src/config.in

Fri, 01 Apr 2022 14:58:57 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 01 Apr 2022 14:58:57 +0200
changeset 98
1425bf3e18ed
parent 2
a1e435907f3a
permissions
-rw-r--r--

Solved the segmentation fault when viewing recipes twice. Set colored display for the EBC color fields using a modified dynamic stylesheet.

#ifndef CONFIG_IN
#define CONFIG_IN

#define CONFIGDATADIR "${CONFIGDATADIR}"
#define CONFIGDOCDIR "${CONFIGDOCDIR}"

#define VERSIONSTRING "${bmsapp_VERSION_MAJOR}.${bmsapp_VERSION_MINOR}.${bmsapp_VERSION_PATCH}"

#endif

mercurial