mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
7 lines
116 B
C++
7 lines
116 B
C++
#include "stdafx.h"
|
|
|
|
extern "C" {
|
|
ULONG MajorVersion = 0x05;
|
|
ULONG MinorVersion = 0x02;
|
|
ULONG BuildNumber = 0x0;
|
|
}
|