aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjal2 <jal2>2003-05-29 10:35:09 +0000
committerjal2 <jal2>2003-05-29 10:35:09 +0000
commitc2159ec1193a532a434077e9402b015568a7f649 (patch)
tree9ceff43ab14fa140d61f779f1b35db4e4aedb91a /Makefile
parent992a4b830f542d8c3a8e2a0b9acde67ef6cb6b39 (diff)
- 0.10beta3
- fine tuned debug control: * added DBG_* macros to control debug messages * new macro dbg_uc for "unconditional" debug output - fixed bug in changing the MAC address with firmware 1.101.x (and probably 0.100.y as well): it must be done _after_ CMD_STARTUP was sent. - set_mib: added wait_completion inside this proc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 337e72e..6a7b0eb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 0.10beta2
+VERSION = 0.10beta3
CC=gcc