# HG changeset patch # User Matti Hamalainen # Date 1353008343 -7200 # Node ID f0354b35d9061553b7f88039946a90641fd9990a # Parent de1af9652fef17f58742eb22280807240e0d7eb8 Improve win32 MSI uploading by adding the current version number to the MSI filename. diff -r de1af9652fef -r f0354b35d906 Makefile.w32 --- a/Makefile.w32 Thu Nov 15 20:28:07 2012 +0200 +++ b/Makefile.w32 Thu Nov 15 21:39:03 2012 +0200 @@ -42,5 +42,5 @@ $(DOC): update-doc upload: $(BINPATH)/nncsetup.msi $(DOC) - @scp $< ccr@tnsp.org:public_html/nnchat/ - touch $@ + @scp $< ccr@tnsp.org:public_html/nnchat/nncsetup-$(NN_VERSION).msi + @touch $@