equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 1996-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 the License "Eclipse Public License v1.0" |
5 * under the terms of the License "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". |
17 |
17 |
18 |
18 |
19 #ifndef __H_VER_H__ |
19 #ifndef __H_VER_H__ |
20 #define __H_VER_H__ |
20 #define __H_VER_H__ |
21 const TInt MajorVersion=2; |
21 const TInt MajorVersion=2; |
22 const TInt MinorVersion=1; |
22 const TInt MinorVersion=2; |
23 const TInt Build=603; |
23 const TInt Build=2; |
24 const char Copyright[]="Copyright (c) 1996-2009 Nokia Corporation.\n\n"; |
24 const char Copyright[]="Copyright (c) 1996-2010 Nokia Corporation.\n\n"; |
25 #endif |
25 #endif |
26 |
26 |