diff options
author | Russ Dill <Russ.Dill@asu.edu> | 2002-11-05 20:10:21 +0000 |
---|---|---|
committer | Russ Dill <Russ.Dill@asu.edu> | 2002-11-05 20:10:21 +0000 |
commit | da970859da589432f5006bbbbb6fabc3339343a7 (patch) | |
tree | 048863c323852440c06fedd1273e3b6cdd7a2e0f /networking/udhcp/version.h | |
parent | d8d1191505d20bad3ccabf8e56b981ab8ef5abcd (diff) | |
download | busybox-w32-da970859da589432f5006bbbbb6fabc3339343a7.tar.gz busybox-w32-da970859da589432f5006bbbbb6fabc3339343a7.tar.bz2 busybox-w32-da970859da589432f5006bbbbb6fabc3339343a7.zip |
version number oops
Diffstat (limited to '')
-rw-r--r-- | networking/udhcp/version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/networking/udhcp/version.h b/networking/udhcp/version.h new file mode 100644 index 000000000..07b1db163 --- /dev/null +++ b/networking/udhcp/version.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef _UDHCP_VERSION_H | ||
2 | #define _UDHCP_VERSION_H | ||
3 | |||
4 | #define VERSION "0.9.8" | ||
5 | |||
6 | #endif | ||