mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
9 lines
125 B
C
9 lines
125 B
C
|
#ifndef _version_h
|
||
|
#define _version_h
|
||
|
|
||
|
#define VERSION "2.8"
|
||
|
#define VERSION_DATE "28 Feb 2001"
|
||
|
|
||
|
#endif /* _version_h */
|
||
|
|