Skip to content

Commit

Permalink
Bump up the version to 19.12
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Dec 3, 2019
1 parent 9bd2005 commit 8f87300
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Common++/header/PcapPlusPlusVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
*/
namespace pcpp
{
#define PCAPPLUSPLUS_VERSION "19.04+"
#define PCAPPLUSPLUS_VERSION_OFFICIAL "non-official release"
#define PCAPPLUSPLUS_VERSION "19.12"
#define PCAPPLUSPLUS_VERSION_OFFICIAL "official release"

#define PCAPPLUSPLUS_VERSION_FULL "v" PCAPPLUSPLUS_VERSION " (" PCAPPLUSPLUS_VERSION_OFFICIAL ")"

Expand All @@ -23,8 +23,8 @@ namespace pcpp
inline std::string getPcapPlusPlusVersion() { return PCAPPLUSPLUS_VERSION; }

/**
* @return PcapPlusPlus long version string which includes the version and info whether it's an official or non-official release. For example: "v17.02+ (non-official release)"
* or "v17.02 (official release)"
* @return PcapPlusPlus long version string which includes the version and info whether it's an official or non-official release. For example: "v19.12+ (non-official release)"
* or "v19.12 (official release)"
*/
inline std::string getPcapPlusPlusVersionFull() { return PCAPPLUSPLUS_VERSION_FULL; }

Expand Down

0 comments on commit 8f87300

Please sign in to comment.