Skip to content

Commit e2d486f

Browse files
authored
Bump the version to 24.09 (official) (#1555)
1 parent a249138 commit e2d486f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# We need 3.12 or later, so that we can set policy CMP0074; see below.
22
cmake_minimum_required(VERSION 3.12)
33

4-
set(PCAPPP_VERSION "23.09+")
4+
set(PCAPPP_VERSION "24.09")
55

66
# MAIN_PROJECT CHECK
77
set(PCAPPP_MAIN_PROJECT OFF)

Common++/header/PcapPlusPlusVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*/
1111
namespace pcpp
1212
{
13-
#define PCAPPLUSPLUS_VERSION "23.09+"
14-
#define PCAPPLUSPLUS_VERSION_OFFICIAL "non-official release"
13+
#define PCAPPLUSPLUS_VERSION "24.09"
14+
#define PCAPPLUSPLUS_VERSION_OFFICIAL "official release"
1515

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

0 commit comments

Comments
 (0)