author | Johnson Ma <johnson.ma@nokia.com> |
Thu, 13 May 2010 17:42:48 +0800 | |
changeset 3 | a5f55a5789f3 |
parent 1 | bbd31066657e |
permissions | -rw-r--r-- |
0 | 1 |
/* |
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 |
* All rights reserved. |
|
4 |
* This component and the accompanying materials are made available |
|
5 |
* under the terms of "Eclipse Public License v1.0" |
|
6 |
* which accompanies this distribution, and is available |
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 |
* |
|
9 |
* Initial Contributors: |
|
10 |
* Nokia Corporation - initial contribution. |
|
11 |
* |
|
12 |
* Contributors: |
|
13 |
* |
|
14 |
* Description: |
|
15 |
* |
|
16 |
*/ |
|
17 |
#ifndef SYMBIANUNITTESTVERSION_H |
|
18 |
#define SYMBIANUNITTESTVERSION_H |
|
19 |
||
1
bbd31066657e
publish symbianunittest v1.1.0
Johnson Ma <johnson.ma@nokia.com>
parents:
0
diff
changeset
|
20 |
#define SUT_MAJOR_VERSION 1 |
bbd31066657e
publish symbianunittest v1.1.0
Johnson Ma <johnson.ma@nokia.com>
parents:
0
diff
changeset
|
21 |
#define SUT_MINOR_VERSION 1 |
bbd31066657e
publish symbianunittest v1.1.0
Johnson Ma <johnson.ma@nokia.com>
parents:
0
diff
changeset
|
22 |
#define SUT_BUILD_VERSION 0 |
0 | 23 |
|
24 |
#endif /*SYNBIANUNITTESTVERSION_H*/ |