mirror of https://github.com/mirror/busybox.git
version number oops
parent
d8d1191505
commit
da970859da
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
#include "libbb_udhcp.h"
|
#include "libbb_udhcp.h"
|
||||||
#include "leases.h"
|
#include "leases.h"
|
||||||
|
#include "version.h"
|
||||||
|
|
||||||
/************************************/
|
/************************************/
|
||||||
/* Defaults _you_ may want to tweak */
|
/* Defaults _you_ may want to tweak */
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define COMBINED_BINARY
|
#define COMBINED_BINARY
|
||||||
#define VERSION "0.9.8-pre"
|
#include "version.h"
|
||||||
|
|
||||||
#else /* ! BB_VER */
|
#else /* ! BB_VER */
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
#ifndef _UDHCP_VERSION_H
|
||||||
|
#define _UDHCP_VERSION_H
|
||||||
|
|
||||||
|
#define VERSION "0.9.8"
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue