version number oops
authorRuss Dill <Russ.Dill@asu.edu>
Tue, 5 Nov 2002 20:10:21 +0000 (20:10 -0000)
committerRuss Dill <Russ.Dill@asu.edu>
Tue, 5 Nov 2002 20:10:21 +0000 (20:10 -0000)
networking/udhcp/dhcpd.h
networking/udhcp/libbb_udhcp.h
networking/udhcp/version.h [new file with mode: 0644]

index 2971e19db0543f07d370c8993546cee4b9d4fc55..5debc838893b027d4fe025a3eb6db10f59d6bd4c 100644 (file)
@@ -7,6 +7,7 @@
 
 #include "libbb_udhcp.h"
 #include "leases.h"
+#include "version.h"
 
 /************************************/
 /* Defaults _you_ may want to tweak */
index d3f72c65b15592942591487f438312adac89b3d6..35611b00f8cc0a6ccc3a66936eba48b1c31e89d3 100644 (file)
@@ -15,7 +15,7 @@
 #endif
 
 #define COMBINED_BINARY
-#define VERSION "0.9.8-pre"
+#include "version.h"
 
 #else /* ! BB_VER */
 
diff --git a/networking/udhcp/version.h b/networking/udhcp/version.h
new file mode 100644 (file)
index 0000000..07b1db1
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _UDHCP_VERSION_H
+#define _UDHCP_VERSION_H
+
+#define VERSION "0.9.8"
+
+#endif