mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 23:43:35 +00:00
7 lines
89 B
C
7 lines
89 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define VERSION_STR "0.5.8"
|
|
|
|
#endif /* VERSION_H */
|