# devel version was removed, stable is now latest
if [[ $WPA_RELEASE == devel ]]
then
  WPA_RELEASE=stable           &&
  persistent_add  WPA_RELEASE
fi  &&

message  "${MESSAGE_COLOR}Latest stable is 0.5.7, latest old is 0.4.9."  \
         "${DEFAULT_COLOR}"                                              &&

config_query_list  WPA_RELEASE                       \
                   "Select which release to build:"  \
                   stable                            \
                   old
