From 1738c378e0e2d4b7bf618aaa080fd6cd668a61a9 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 16 Sep 2009 11:51:47 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B2=D1=8B=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/calculate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;};