Skip to content

Commit 84e2581

Browse files
authored
Update the version to 24.09+ (non-official) (seladb#1585)
1 parent 4af4b8b commit 84e2581

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
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 "24.09")
4+
set(PCAPPP_VERSION "24.09+")
55

66
# MAIN_PROJECT CHECK
77
set(PCAPPP_MAIN_PROJECT OFF)

Common++/header/PcapPlusPlusVersion.h

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

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

0 commit comments

Comments
 (0)