Skip to content

Commit b20d02e

Browse files
author
Stefan Richter
committed
tools/firewire: nosy-dump: increment program version
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>
1 parent ddbfe74 commit b20d02e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/firewire/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
version = 0.3
21
prefix = /usr
2+
nosy-dump-version = 0.4
33

44
CC = gcc
55

66
all : nosy-dump
77

88
nosy-dump : CFLAGS = -Wall -O2 -g
9-
nosy-dump : CPPFLAGS = -DVERSION=\"$(version)\" -I../../drivers/firewire
9+
nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
1010
nosy-dump : LDFLAGS = -g
1111
nosy-dump : LDLIBS = -lpopt
1212

0 commit comments

Comments
 (0)