--- a/group/update_version_h.pl Wed Sep 15 13:20:54 2010 +0300
+++ b/group/update_version_h.pl Wed Oct 13 15:42:16 2010 +0300
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2009 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,9 +72,14 @@
}
+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;