From 0516a3fc08f09b9beaac777a06a7dd5b22565f1c Mon Sep 17 00:00:00 2001 From: atratsevskiy Date: Wed, 12 Aug 2009 13:29:15 +0000 Subject: [PATCH] git-svn-id: http://svn.calculate.ru/calculate/trunk@2434 c91db197-33c1-4113-bf15-f8a5c547ca64 --- install/calculate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/calculate b/install/calculate index 03441b2..36bd062 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.0"; +$data{"calcver"} = "1.2.0 RC5"; #Определим путь к программе if(!getpath()){exit;};