summaryrefslogtreecommitdiff
path: root/windows/automake.mk
diff options
context:
space:
mode:
Diffstat (limited to 'windows/automake.mk')
-rw-r--r--windows/automake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/automake.mk b/windows/automake.mk
index fa610ec66..db2b61639 100644
--- a/windows/automake.mk
+++ b/windows/automake.mk
@@ -35,7 +35,7 @@ windows_installer: all
cp -f $(top_srcdir)/datapath-windows/x64/Win8.1$(VSTUDIO_CONFIG)/package/ovsext.cat windows/ovs-windows-installer/Driver/Win8.1/ovsext.cat
cp -f $(top_srcdir)/datapath-windows/x64/Win8.1$(VSTUDIO_CONFIG)/package/ovsext.inf windows/ovs-windows-installer/Driver/Win8.1/ovsext.inf
cp -f $(top_srcdir)/datapath-windows/x64/Win8.1$(VSTUDIO_CONFIG)/package/ovsext.sys windows/ovs-windows-installer/Driver/Win8.1/ovsext.sys
- MSBuild.exe windows/ovs-windows-installer.sln /target:Build /property:Configuration="Release"
+ MSBuild.exe windows/ovs-windows-installer.sln /target:Build /property:Configuration="Release" /property:Version="$(PACKAGE_VERSION)"
EXTRA_DIST += \
windows/.gitignore \