Lines Matching refs:ver
259 my $ver;
264 $ver=$1;
269 $ver=$1;
274 return $ver;
806 my ($activate, $ver);
814 $ver = get_sphinx_version($sphinx_cmd);
815 if ($need_sphinx && ($ver ge $min_version)) {
818 } elsif ($ver gt $cur_version) {
825 printf "\nNeed to activate Sphinx (version $ver) on virtualenv with:\n";
830 printf "\nYou may also use a newer Sphinx (version $ver) with:\n";