aboutsummaryrefslogtreecommitdiff
path: root/src/Samples/bafunctions/bafunctionsver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Samples/bafunctions/bafunctionsver.h')
-rw-r--r--src/Samples/bafunctions/bafunctionsver.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Samples/bafunctions/bafunctionsver.h b/src/Samples/bafunctions/bafunctionsver.h
new file mode 100644
index 00000000..e6e22f4e
--- /dev/null
+++ b/src/Samples/bafunctions/bafunctionsver.h
@@ -0,0 +1,13 @@
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