version number oops
This commit is contained in:
parent
d8d1191505
commit
da970859da
@ -7,6 +7,7 @@
|
||||
|
||||
#include "libbb_udhcp.h"
|
||||
#include "leases.h"
|
||||
#include "version.h"
|
||||
|
||||
/************************************/
|
||||
/* Defaults _you_ may want to tweak */
|
||||
|
@ -15,7 +15,7 @@
|
||||
#endif
|
||||
|
||||
#define COMBINED_BINARY
|
||||
#define VERSION "0.9.8-pre"
|
||||
#include "version.h"
|
||||
|
||||
#else /* ! BB_VER */
|
||||
|
||||
|
6
networking/udhcp/version.h
Normal file
6
networking/udhcp/version.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _UDHCP_VERSION_H
|
||||
#define _UDHCP_VERSION_H
|
||||
|
||||
#define VERSION "0.9.8"
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user