mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +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;
|
|
}
|