Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Aug 17, 2020
1 parent 6fb4c64 commit a6b705c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common++/header/PcapPlusPlusVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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: "v19.12+ (non-official release)"
* or "v19.12 (official release)"
* @return PcapPlusPlus long version string which includes the version and info whether it's an official or non-official release. For example: "v20.08+ (non-official release)"
* or "v20.08 (official release)"
*/
inline std::string getPcapPlusPlusVersionFull() { return PCAPPLUSPLUS_VERSION_FULL; }

Expand Down

0 comments on commit a6b705c

Please sign in to comment.