diff options
Diffstat (limited to 'src/Samples/bafunctions/bafunctionsver.h')
-rw-r--r-- | src/Samples/bafunctions/bafunctionsver.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Samples/bafunctions/bafunctionsver.h b/src/Samples/bafunctions/bafunctionsver.h deleted file mode 100644 index e6e22f4e..00000000 --- a/src/Samples/bafunctions/bafunctionsver.h +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
2 | |||
3 | #ifndef _VERSION_FILE_H_ | ||
4 | #define _VERSION_FILE_H_ | ||
5 | |||
6 | #define szVerMajorMinor "1.0" | ||
7 | #define szVerMajorMinorBuildRev "1.0.0.0" | ||
8 | #define rmj 1 | ||
9 | #define rmm 0 | ||
10 | #define rbd 0 | ||
11 | #define rev 0 | ||
12 | |||
13 | #endif | ||