Skip to content

Commit

Permalink
Bump version and changelog for 0.85
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Apr 11, 2017
1 parent 2518294 commit 9ecf6e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Npcap 0.85 [2017-04-10]

* Fix BSOD by reverting to simpler pre-0.82 data structures but retaining the
spinlock improvement that was the core of that fix.

## Npcap 0.84 [2017-03-28]

* Fix a failure of 64-bit Npcap when installed in Admin-Only mode.
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 84
!define /**/ WINPCAP_REV 85
#define /*
!define /**/ WINPCAP_BUILD 328
!define /**/ WINPCAP_BUILD 410
#define /*
!define /**/ WINPCAP_VER_STRING "0.84"
!define /**/ WINPCAP_VER_STRING "0.85"

#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

Expand Down

0 comments on commit 9ecf6e2

Please sign in to comment.