diff --git a/install/calculate b/install/calculate index 1b01262..f48c9fc 100755 --- a/install/calculate +++ b/install/calculate @@ -22,7 +22,7 @@ use Time::Local; # along with this program. If not, see . #------------------------------------------------------------------------------ my %data; #объявим хэш переменных -$data{"calcver"} = "1.2.6"; +$data{"calcver"} = "1.2.7"; #Определим путь к программе if(!getpath()){exit;};