Skip to content

Commit

Permalink
Update the timestamp/version stamp script to have display major versi…
Browse files Browse the repository at this point in the history
…ons be 2
  • Loading branch information
rpavlik committed Dec 1, 2016
1 parent 41f780a commit 49d0e36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Inf/update-timestamp-and-version.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 49d0e36

Please sign in to comment.