Skip to content

Commit f372cb0

Browse files
committed
Fix windres input version string for v10 and later.
1 parent df7b187 commit f372cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-vpi/Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ config.h: $(srcdir)/config.h.in Makefile
8686

8787
# Windows specific...
8888
res.rc: $(srcdir)/res.rc.in ../version.exe
89-
sed -e 's;@PRODUCTVERSION@;'`../version.exe '%M,%m,%n,0'`';' \
89+
sed -e 's;@PRODUCTVERSION@;'`../version.exe '%M,%n,0,0'`';' \
9090
$(srcdir)/res.rc.in > $@
9191

9292
res.o: res.rc

0 commit comments

Comments
 (0)