ReactOS 0.4.15-dev-7842-g558ab78
mydocs_version.h
Go to the documentation of this file.
1/*
2 * PROJECT: mydocs
3 * LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
4 * PURPOSE: MyDocs implementation
5 * COPYRIGHT: Copyright 2020 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
6 */
7
8#pragma once
9
10#define WINE_FILEVERSION_MAJOR 6
11#define WINE_FILEVERSION_MINOR 0
12#define WINE_FILEVERSION_BUILD 3790
13#define WINE_FILEVERSION_PLATFORMID 3959
14
15#define WINE_FILEVERSION_STR "6.0.3790.3959"