Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFinck committed May 28, 2021
1 parent 5407c21 commit b690de9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/driver/EnlyzePortSniffer.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// PortSniffer - Monitor the traffic of arbitrary serial or parallel ports
// Copyright 2020 Colin Finck, ENLYZE GmbH <[email protected]>
// Copyright 2020-2021 Colin Finck, ENLYZE GmbH <[email protected]>
//
// SPDX-License-Identifier: MIT
//
Expand Down Expand Up @@ -28,7 +28,7 @@ BEGIN
VALUE "FileDescription", "PortSniffer Driver"
VALUE "FileVersion", PORTSNIFFER_VERSION_COMBINED
VALUE "InternalName", "EnlyzePortSniffer"
VALUE "LegalCopyright", "Copyright © 2020 Colin Finck, ENLYZE GmbH"
VALUE "LegalCopyright", "Copyright © 2020-2021 Colin Finck, ENLYZE GmbH"
VALUE "OriginalFilename", "EnlyzePortSniffer.sys"
VALUE "ProductName", "ENLYZE PortSniffer"
VALUE "ProductVersion", PORTSNIFFER_VERSION_COMBINED
Expand Down
4 changes: 2 additions & 2 deletions src/tool/PortSniffer-Tool.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// PortSniffer - Monitor the traffic of arbitrary serial or parallel ports
// Copyright 2020 Colin Finck, ENLYZE GmbH <[email protected]>
// Copyright 2020-2021 Colin Finck, ENLYZE GmbH <[email protected]>
//
// SPDX-License-Identifier: MIT
//
Expand Down Expand Up @@ -31,7 +31,7 @@ BEGIN
VALUE "FileDescription", "PortSniffer Tool"
VALUE "FileVersion", PORTSNIFFER_VERSION_COMBINED
VALUE "InternalName", "PortSniffer"
VALUE "LegalCopyright", "Copyright © 2020 Colin Finck, ENLYZE GmbH"
VALUE "LegalCopyright", "Copyright © 2020-2021 Colin Finck, ENLYZE GmbH"
VALUE "OriginalFilename", "PortSniffer-Tool.exe"
VALUE "ProductName", "ENLYZE PortSniffer"
VALUE "ProductVersion", PORTSNIFFER_VERSION_COMBINED
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// PortSniffer - Monitor the traffic of arbitrary serial or parallel ports
// Copyright 2020 Colin Finck, ENLYZE GmbH <[email protected]>
// Copyright 2020-2021 Colin Finck, ENLYZE GmbH <[email protected]>
//
// SPDX-License-Identifier: MIT
//
Expand All @@ -10,7 +10,7 @@
// We use Semantic Versioning (https://semver.org) without a patch version here.
// Increase the major version on API-incompatible changes, increase the minor version on API-compatible changes.
#define PORTSNIFFER_MAJOR_VERSION 1
#define PORTSNIFFER_MINOR_VERSION 1
#define PORTSNIFFER_MINOR_VERSION 2

// The following two lines of macro magic turn arbitrary preprocessor constants into strings.
#define STRINGIFY_INTERNAL(x) #x
Expand Down

0 comments on commit b690de9

Please sign in to comment.