group/update_version_h.pl
branchRCL_3
changeset 49 5960d2d03390
parent 41 e06095241a65
equal deleted inserted replaced
46:29c8f9bc68e1 49:5960d2d03390
     1 #
     1 #
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009 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 
    75 ### VERSION.H ###########
    78 ### VERSION.H ###########
    76 
    79 
    77 # version.h
    80 # version.h
    78 update_version_h(
    81 update_version_h(
    79     '../vpnengine/vpncommon/inc/version.h',
    82     'vpnengine/vpncommon/inc/version.h',
    80     $PLATFORM_LONG);
    83     $PLATFORM_LONG);
       
    84 
       
    85 chdir $oldpwd;