diff -r 352850cbed81 -r 9f4e37332ce5 group/update_version_h.pl --- a/group/update_version_h.pl Mon Jun 21 16:49:56 2010 +0300 +++ b/group/update_version_h.pl Thu Aug 19 10:54:34 2010 +0300 @@ -1,5 +1,5 @@ # -# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of "Eclipse Public License v1.0" @@ -72,14 +72,9 @@ } -my $oldpwd = getcwd(); -chdir ".."; - ### VERSION.H ########### # version.h update_version_h( - 'vpnengine/vpncommon/inc/version.h', + '../vpnengine/vpncommon/inc/version.h', $PLATFORM_LONG); - -chdir $oldpwd;