From f0896c9a2efcbbe24efb8a5ea52455e9b6e0b473 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Tue, 9 Feb 2010 12:22:59 +0300 Subject: [PATCH] Increase version --- Change.log | 4 +++- install/calculate | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Change.log b/Change.log index 52325c9..5e1e3e1 100644 --- a/Change.log +++ b/Change.log @@ -1,9 +1,11 @@ CHANGE LOG +1.3.9 +* Add change partition id for system installation. + 1.3.8 * Fix keymap for openrc >= 0.6.0 (thanks to Dmitry Osintsev). * Support install of CLS version 10.2. -* Add change partition id for system installation. 1.3.7 * Remove delay on unmerge performing. diff --git a/install/calculate b/install/calculate index fa0a526..15be845 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.3.8"; +$data{"calcver"} = "1.3.9"; #Определим путь к программе if(!getpath()){exit;};