[MYDOCS] Follow-up of #2624
[reactos.git] / dll / shellext / mydocs / mydocs_version.h
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"