Skip to content

Commit

Permalink
Bump version for 0.81 (missing from 0.81 release, but in the binaries)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Feb 18, 2017
1 parent ecfe4f6 commit 5f49f46
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,26 @@
#define /*
!define /**/ WINPCAP_MINOR 0
#define /*
!define /**/ WINPCAP_REV 80
!define /**/ WINPCAP_REV 81
#define /*
!define /**/ WINPCAP_BUILD 105
!define /**/ WINPCAP_BUILD 215
#define /*
!define /**/ WINPCAP_VER_STRING "0.80"
!define /**/ WINPCAP_VER_STRING "0.81"

#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

#define WINPCAP_COMPANY_NAME "Insecure.Com LLC."

#define WINPCAP_PRODUCT_NAME "Npcap"
#ifdef /*
!ifdef /**/ NPCAP_OEM
#define /*
!define /**/ WINPCAP_PRODUCT_NAME "Npcap OEM"
#else /*
!else /**/
#define /*
!define /**/ WINPCAP_PRODUCT_NAME "Npcap"
#endif /*
!endif /**/

#define WINPCAP_COPYRIGHT_STRING "Copyright (c) 2017, Insecure.Com LLC. All rights reserved."
#define WINPCAP_WANPACKET_COPYRIGHT_STRING "Copyright (c) 2017, Insecure.Com LLC. All rights reserved."
Expand Down

0 comments on commit 5f49f46

Please sign in to comment.