Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFinck committed Aug 13, 2021
1 parent f436185 commit 47b758d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 3
#define PORTSNIFFER_MINOR_VERSION 4

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

0 comments on commit 47b758d

Please sign in to comment.