mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
8 lines
116 B
C++
8 lines
116 B
C++
#include "stdafx.h"
|
|
|
|
extern "C" {
|
|
ULONG MajorVersion = 0x05;
|
|
ULONG MinorVersion = 0x02;
|
|
ULONG BuildNumber = 0x0;
|
|
}
|