src/config.in

Wed, 18 May 2022 08:59:54 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 18 May 2022 08:59:54 +0200
changeset 218
725da10db56c
parent 2
a1e435907f3a
permissions
-rw-r--r--

Fixed wrong colors of the bars on the fermentation tab. Don't show 100% SVG if OG or FG data is missing. Changed prompts om the fermentation tab.

#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