]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
tools/firewire: nosy-dump: increment program version
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 22 Jul 2010 09:58:05 +0000 (11:58 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 27 Jul 2010 09:04:12 +0000 (11:04 +0200)
Since version 0.3 from Kristian's repository, there should actually be
no change in functionality except for the x86-64 fix.  Nevertheless,
make it distinct from the original nosy-dump --- just in case and also
because of potential future changes.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
tools/firewire/Makefile

index 6afcdc21c7c9a1054cc4c0dd3ff13041105905ae..81767adaae7d1514c41382921e22796f2feb473b 100644 (file)
@@ -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