blob: e6e22f4e12bac8d0be0f7963920346994c61d5f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// 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.
#ifndef _VERSION_FILE_H_
#define _VERSION_FILE_H_
#define szVerMajorMinor "1.0"
#define szVerMajorMinorBuildRev "1.0.0.0"
#define rmj 1
#define rmm 0
#define rbd 0
#define rev 0
#endif
|