group/update_version_h.pl
branchRCL_3
changeset 22 9f4e37332ce5
parent 0 33413c0669b9
child 23 473321461bba
equal deleted inserted replaced
20:352850cbed81 22:9f4e37332ce5
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    70 	close $infile;
    70 	close $infile;
    71 	close $outfile;
    71 	close $outfile;
    72 }
    72 }
    73 
    73 
    74 
    74 
    75 my $oldpwd = getcwd();
       
    76 chdir "..";
       
    77 
       
    78 ### VERSION.H ###########
    75 ### VERSION.H ###########
    79 
    76 
    80 # version.h
    77 # version.h
    81 update_version_h(
    78 update_version_h(
    82     'vpnengine/vpncommon/inc/version.h',
    79     '../vpnengine/vpncommon/inc/version.h',
    83     $PLATFORM_LONG);
    80     $PLATFORM_LONG);
    84 
       
    85 chdir $oldpwd;