mirror of
https://github.com/reactos/reactos.git
synced 2026-06-22 03:12:49 +08: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 */
|
|
|