Browse Source

config: added support for 'master' and 0.1.*

0.2-maint
Alejandro Mery 14 years ago
parent
commit
c6573b5f51
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      config.in

+ 2
- 1
config.in

@ -19,7 +19,8 @@ const SDECFG_TRG_MNEMOSYNE ${target:-$SDECFG_TARGET}
case "$sdever" in case "$sdever" in
trunk) CFGTEMP_TREE=0 ;; trunk) CFGTEMP_TREE=0 ;;
vapor) CFGTEMP_TREE=0 ;;
master) CFGTEMP_TREE=0 ;;
0.1-0.1*) CFGTEMP_TREE=0 ;;
*) comment " " *) comment " "
comment "ERROR: Your version ($sdever) is not supported" comment "ERROR: Your version ($sdever) is not supported"
comment " by this tree of mnemosyne!" comment " by this tree of mnemosyne!"

Loading…
Cancel
Save