From 463fd954bb87a9a565169a134f2d36acb6c7adf3 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Fri, 10 Apr 2015 09:50:10 +0200 Subject: [PATCH] config: add note about 'vsn' macro use in config_settings.h --- lib/config/config_settings.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h index b55b39b30..63332d444 100644 --- a/lib/config/config_settings.h +++ b/lib/config/config_settings.h @@ -66,6 +66,8 @@ * since_version: the version this configuration node first appeared in (be sure * that parent nodes are consistent with versioning, no check done * if parent node is older or the same age as any child node!) + * Use "vsn" macro to translate the "major.minor.release" version + * into a single number that is being stored internally in memory. */ #include "defaults.h"