Skip to content

Commit

Permalink
Bump version and changelog for 0.92 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Jun 12, 2017
1 parent 2c0878c commit cf7bfc3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Npcap 0.92 [2017-06-12]

* Force overwrite of files in installer, since uninstallers from versions
0.78r5 through 0.81 do not remove npcap.sys, leading to mismatched driver vs
DLL versions.

* New installer commandline option to skip setting a restore point:
`/disable_restore_point=yes`

## Npcap 0.91 [2017-06-06]

* Fix WiFi interruption with certain hardware. This is a regression introduced
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
#define /*
!define /**/ WINPCAP_MINOR 0
#define /*
!define /**/ WINPCAP_REV 91
!define /**/ WINPCAP_REV 92
#define /*
!define /**/ WINPCAP_BUILD 606
!define /**/ WINPCAP_BUILD 612
#define /*
!define /**/ WINPCAP_VER_STRING "0.91"
!define /**/ WINPCAP_VER_STRING "0.92"

#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

Expand Down

0 comments on commit cf7bfc3

Please sign in to comment.