From: František Dvořák Date: Thu, 11 Oct 2012 14:45:42 +0000 (+0000) Subject: Increase current project version number (used for branched configurations and generat... X-Git-Tag: glite-jobid-api-c_R_2_2_3_1~13 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=736121f48462c1ab0cda280fa7d28ea59ce20c69;p=jra1mw.git Increase current project version number (used for branched configurations and generating old compatibility configurations). --- diff --git a/org.glite.lb/configure b/org.glite.lb/configure index 1471edd..bdd1ef3 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -969,7 +969,7 @@ for my $ext (keys %deps_aux) { }, emi => { - current_version => 2, + current_version => 3, etics_name => 'emi', conf_prefix => { 'lb' => 'emi-', @@ -1654,12 +1654,12 @@ sub mode_etics { $age = $age - 1; } - # '.emi1' suffix for older packaging - if ($project eq 'emi' and $project_version == 1) { + # .emi1/.emi2 suffix for older packaging + if ($project eq 'emi' and $project_version <= 2) { $age = $age.'.'.$project.$project_version; } } - if ($project eq 'emi' and $project_version == 1) { + if ($project eq 'emi' and $project_version <= 2) { $conf = $conf.$project.$project_version; }