Skip to content

Commit a6b705c

Browse files
committed
Small fix
1 parent 6fb4c64 commit a6b705c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common++/header/PcapPlusPlusVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ namespace pcpp
2323
inline std::string getPcapPlusPlusVersion() { return PCAPPLUSPLUS_VERSION; }
2424

2525
/**
26-
* @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)"
27-
* or "v19.12 (official release)"
26+
* @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)"
27+
* or "v20.08 (official release)"
2828
*/
2929
inline std::string getPcapPlusPlusVersionFull() { return PCAPPLUSPLUS_VERSION_FULL; }
3030

0 commit comments

Comments
 (0)