summary refs log tree commit diff
path: root/tools/firewire
diff options
context:
space:
mode:
Diffstat (limited to 'tools/firewire')
-rw-r--r--tools/firewire/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/firewire/Makefile b/tools/firewire/Makefile
index 6afcdc21c7c9..81767adaae7d 100644
--- a/tools/firewire/Makefile
+++ b/tools/firewire/Makefile
@@ -1,12 +1,12 @@
-version = 0.3
 prefix = /usr
+nosy-dump-version = 0.4
 
 CC = gcc
 
 all : nosy-dump
 
 nosy-dump : CFLAGS = -Wall -O2 -g
-nosy-dump : CPPFLAGS = -DVERSION=\"$(version)\" -I../../drivers/firewire
+nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
 nosy-dump : LDFLAGS = -g
 nosy-dump : LDLIBS = -lpopt