Skip to content

Commit ec63042

Browse files
committed
make -f actually work for sync and refresh. plus version bump for 1.7.2
1 parent 30164ed commit ec63042

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,6 @@ version 1.7
129129

130130
version 1.7.1
131131
bugfix for 1.7, haha
132+
133+
version 1.7.2
134+
bugfix release: make -f and debug options work fully

zrep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/ksh -p
22

33
# For more detailed documentation, see zrep.txt or zrep.overview.txt
4-
ZREP_VERSION=1.7.1
4+
ZREP_VERSION=1.7.2
55

66
######## start of included files from zrep_top here
77
########### File: zrep_vars

zrep_top

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/ksh -p
22

33
# For more detailed documentation, see zrep.txt or zrep.overview.txt
4-
ZREP_VERSION=1.7.1
4+
ZREP_VERSION=1.7.2
55

66
######## start of included files from zrep_top here
77
AWKinclude zrep_vars

0 commit comments

Comments
 (0)