Skip to content

Commit

Permalink
Updated Npcap version string to 0.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Dec 29, 2015
1 parent 43c6a05 commit 2efa285
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion installer/Deploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ signtool sign /f %NPF_CERT_PATH% /p %NPF_SIGN_PK% .\x64\wpcap.dll

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Sign the installer
signtool sign /f %NPF_CERT_PATH% /p %NPF_SIGN_PK% .\npcap-nmap-0.03.exe
signtool sign /f %NPF_CERT_PATH% /p %NPF_SIGN_PK% .\npcap-nmap-0.04.exe

pause
2 changes: 1 addition & 1 deletion installer/Deploy_WinPcap.bat
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ signtool sign /f %NPF_CERT_PATH% /p %NPF_SIGN_PK% .\x64\wpcap.dll

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Sign the installer
signtool sign /f %NPF_CERT_PATH% /p %NPF_SIGN_PK% .\npcap-nmap-0.03.exe
signtool sign /f %NPF_CERT_PATH% /p %NPF_SIGN_PK% .\npcap-nmap-0.04.exe

pause
9 changes: 6 additions & 3 deletions installer/NPcap-for-nmap.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
;; Updated to 0.02, July 2015

;; Yang Luo
;; Updated to 0.02, July 2015
;; Updated to 0.03, July 2015

;; Yang Luo
;; Updated to 0.04, August 2015

SetCompressor /SOLID /FINAL lzma

Expand All @@ -40,8 +43,8 @@ SetCompressor /SOLID /FINAL lzma
;General

; The version of Npcap
!define VERSION "0.03"
!define WIN_VERSION "0.3.0.727"
!define VERSION "0.04"
!define WIN_VERSION "0.4.0.815"

; The name of the installer
Name "Npcap ${VERSION} for Nmap (beta)"
Expand Down
7 changes: 4 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
// 0.1.0.710 --> Npcap 0.01 beta (NDIS6)
// 0.2.0.718 --> Npcap 0.02 beta
// 0.3.0.727 --> Npcap 0.03 beta
// 0.4.0.815 --> Npcap 0.04 beta

#define WINPCAP_MAJOR 0
#define WINPCAP_MINOR 3
#define WINPCAP_MINOR 4
#define WINPCAP_REV 0
#define WINPCAP_BUILD 727
#define WINPCAP_VER_STRING "0.03"
#define WINPCAP_BUILD 815
#define WINPCAP_VER_STRING "0.04"
#define WINPCAP_PACKET9x_STRING_VERSION WINPCAP_VER_STRING
#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

Expand Down

0 comments on commit 2efa285

Please sign in to comment.