mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
version number oops
This commit is contained in:
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 */
|
||||||
|
|
||||||
|
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