mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
4f8cc9596c
svn path=/trunk/; revision=17143
8 lines
125 B
C
8 lines
125 B
C
#ifndef _version_h
|
|
#define _version_h
|
|
|
|
#define VERSION "2.8"
|
|
#define VERSION_DATE "28 Feb 2001"
|
|
|
|
#endif /* _version_h */
|
|
|