Skip to content

Commit

Permalink
Updated version to 4.1.0.1048
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianluca Varenni committed Nov 14, 2007
1 parent 0329571 commit 46e6bfc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Common/WpcapNames.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2005 CACE Technologies
* Copyright (c) 2005-2007 CACE Technologies
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion dox/prj/winpcap_noc.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = WinPcap
PROJECT_NUMBER = "4.1 beta"
PROJECT_NUMBER = "4.1 beta2"
OUTPUT_DIRECTORY = ./
OUTPUT_LANGUAGE = English
EXTRACT_ALL = YES
Expand Down
8 changes: 4 additions & 4 deletions install/installer/WinPcap.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
!define WINPCAP_PRJ_MAJOR "4"
!define WINPCAP_PRJ_MINOR "1"
!define WINPCAP_PRJ_REV "0"
!define WINPCAP_PRJ_BUILD "902"
!define WINPCAP_PROJ_VERSION_DOTTED "4.1.0.902"
!define WINPCAP_PRJ_BUILD "1048"
!define WINPCAP_PROJ_VERSION_DOTTED "4.1.0.1048"
!define WINPCAP_LEGAL_COPYRIGHT "© 2005 - 2007 CACE Technologies"
!define WINPCAP_PRODUCT_NAME "WinPcap 4.1 beta"
!define WINPCAP_PRODUCT_NAME "WinPcap 4.1 beta2"
!define WINPCAP_COMPANY_NAME "CACE Technologies"
!define WINPCAP_FILE_NAME "WinPcap_${WINPCAP_PRJ_MAJOR}_${WINPCAP_PRJ_MINOR}_beta.exe"
!define WINPCAP_FILE_NAME "WinPcap_${WINPCAP_PRJ_MAJOR}_${WINPCAP_PRJ_MINOR}_beta2.exe"

; letter 'r'
!define REINSTALL_FLAG "114"
Expand Down
11 changes: 6 additions & 5 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
// 4.0.0.703 --> WinPcap 4.0 beta3
// 4.0.0.755 --> WinPcap 4.0 RTM
// 4.1.0.902 --> WinPcap 4.1 beta
// 4.1.0.1048 --> WinPcap 4.1 beta2

#define WINPCAP_MAJOR 4
#define WINPCAP_MINOR 1
#define WINPCAP_REV 0
#define WINPCAP_BUILD 1036
#define WINPCAP_VER_STRING "4.1.0.1036"
#define WINPCAP_PACKET9x_STRING_VERSION "4.1 beta"
#define WINPCAP_WPCAP_STRING_VERSION "4.1 beta"
#define WINPCAP_BUILD 1048
#define WINPCAP_VER_STRING "4.1.0.1048"
#define WINPCAP_PACKET9x_STRING_VERSION "4.1 beta2"
#define WINPCAP_WPCAP_STRING_VERSION "4.1 beta2"

#define WINPCAP_COMPANY_NAME "CACE Technologies"

Expand All @@ -31,4 +32,4 @@

#define WINPCAP_BUILD_DESCRIPTION ""
#define WINPCAP_PRIVATE_BUILD ""
#define WINPCAP_LIBPCAP_VERSION "0.9.6 - branch"
#define WINPCAP_LIBPCAP_VERSION "1.0 - branch"

0 comments on commit 46e6bfc

Please sign in to comment.