aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/version.h
diff options
context:
space:
mode:
authorRuss Dill <Russ.Dill@asu.edu>2002-11-05 20:10:21 +0000
committerRuss Dill <Russ.Dill@asu.edu>2002-11-05 20:10:21 +0000
commitda970859da589432f5006bbbbb6fabc3339343a7 (patch)
tree048863c323852440c06fedd1273e3b6cdd7a2e0f /networking/udhcp/version.h
parentd8d1191505d20bad3ccabf8e56b981ab8ef5abcd (diff)
downloadbusybox-da970859da589432f5006bbbbb6fabc3339343a7.tar.gz
version number oops
Diffstat (limited to 'networking/udhcp/version.h')
-rw-r--r--networking/udhcp/version.h6
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 @@
+#ifndef _UDHCP_VERSION_H
+#define _UDHCP_VERSION_H
+
+#define VERSION "0.9.8"
+
+#endif