diff --git a/Inf/update-timestamp-and-version.cmd b/Inf/update-timestamp-and-version.cmd index 1baabaf..27aa07b 100644 --- a/Inf/update-timestamp-and-version.cmd +++ b/Inf/update-timestamp-and-version.cmd @@ -10,8 +10,9 @@ del *.cat *.htm > nul rem Update the date to today and the version to MAJOR_VERSION_OVERRIDE.whateveryouentered "%WDK_DIR%\bin\x86\stampinf" -f sensics_cdc.inf -d * -v %MAJOR_VERSION_OVERRIDE%.%DRIVER_VER% -rem Update the date to today and the version to 1.whateveryouentered -"%WDK_DIR%\bin\x86\stampinf" -f sensics_display.inf -d * -v 1.%DRIVER_VER% +rem Update the date to today and the version to 2.whateveryouentered +rem This ensures that when conflicting, displays show up as Sensics Display rather than OSVR HDK +"%WDK_DIR%\bin\x86\stampinf" -f sensics_display.inf -d * -v 2.%DRIVER_VER% popd pause