Skip to content

Commit

Permalink
Bump version and changelog for 0.995 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed May 11, 2019
1 parent 307ea1c commit fdf3bf8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Npcap 0.995 [2019-05-10]

* Fix a crash reported via Microsoft crash telemetry,
`DRIVER_IRQL_NOT_LESS_OR_EQUAL` in `NPF_NetworkClassify` introduced in Npcap
0.994. Fixes [#1591](http://issues.nmap.org/1591).

## Npcap 0.994 [2019-05-07]

* Fix the installer options screen, which would immediately proceed to
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 994
!define /**/ WINPCAP_REV 995
#define /*
!define /**/ WINPCAP_BUILD 507
!define /**/ WINPCAP_BUILD 510
#define /*
!define /**/ WINPCAP_VER_STRING "0.994"
!define /**/ WINPCAP_VER_STRING "0.995"

#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

Expand Down

0 comments on commit fdf3bf8

Please sign in to comment.