Skip to content

Commit 505cc8c

Browse files
authored
Bump the version to v22.11 (#988)
1 parent f33247a commit 505cc8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Common++/header/PcapPlusPlusVersion.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
*/
1212
namespace pcpp
1313
{
14-
#define PCAPPLUSPLUS_VERSION "22.05+"
15-
#define PCAPPLUSPLUS_VERSION_OFFICIAL "non-official release"
14+
#define PCAPPLUSPLUS_VERSION "22.11"
15+
#define PCAPPLUSPLUS_VERSION_OFFICIAL "official release"
1616

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

1919
/**
20-
* @return PcapPlusPlus current version, e.g: 22.05. Notice that for non-official releases (which were pulled from GitHub) the version will end with a '+'.
21-
* For example: '22.05+' means non-official release but '22.05' means official release
20+
* @return PcapPlusPlus current version, e.g: 22.11. Notice that for non-official releases (which were pulled from GitHub) the version will end with a '+'.
21+
* For example: '22.11+' means non-official release but '22.11' means official release
2222
*/
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: "v22.05+ (non-official release)"
27-
* or "v22.05 (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: "v22.11+ (non-official release)"
27+
* or "v22.11 (official release)"
2828
*/
2929
inline std::string getPcapPlusPlusVersionFull() { return PCAPPLUSPLUS_VERSION_FULL; }
3030

0 commit comments

Comments
 (0)