src/config.in

Sat, 11 Jun 2022 19:29:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 11 Jun 2022 19:29:20 +0200
changeset 276
7316a419334d
parent 2
a1e435907f3a
permissions
-rw-r--r--

Changed import XML method for beer styles using a temporary struct and native database functions. This is the correct method which gives the correct results.

#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