mirror of
https://github.com/sheumann/hush.git
synced 2025-01-10 16:29:44 +00:00
7 lines
83 B
C
7 lines
83 B
C
|
#ifndef _UDHCP_VERSION_H
|
||
|
#define _UDHCP_VERSION_H
|
||
|
|
||
|
#define VERSION "0.9.8"
|
||
|
|
||
|
#endif
|