From c6573b5f51c6ab4ecf8503f69a0f12eaa68b722b Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 10 Oct 2010 23:18:09 +0200 Subject: [PATCH] config: added support for 'master' and 0.1.* --- config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.in b/config.in index 2673b2b..da77b6c 100644 --- a/config.in +++ b/config.in @@ -19,7 +19,8 @@ const SDECFG_TRG_MNEMOSYNE ${target:-$SDECFG_TARGET} case "$sdever" in trunk) CFGTEMP_TREE=0 ;; - vapor) CFGTEMP_TREE=0 ;; + master) CFGTEMP_TREE=0 ;; + 0.1-0.1*) CFGTEMP_TREE=0 ;; *) comment " " comment "ERROR: Your version ($sdever) is not supported" comment " by this tree of mnemosyne!"