mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
6 lines
89 B
C
6 lines
89 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define VERSION_STR "0.4.8"
|
|
|
|
#endif /* VERSION_H */
|