Skip to content

Commit 384d264

Browse files
author
Lukas Hutak
committed
Unirec output: bump version to 2.3.0
1 parent 83ac59d commit 384d264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extra_plugins/output/unirec/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(UNIREC_DESCRIPTION
77
)
88

99
set(UNIREC_VERSION_MAJOR 2)
10-
set(UNIREC_VERSION_MINOR 2)
10+
set(UNIREC_VERSION_MINOR 3)
1111
set(UNIREC_VERSION_PATCH 0)
1212
set(UNIREC_VERSION
1313
${UNIREC_VERSION_MAJOR}.${UNIREC_VERSION_MINOR}.${UNIREC_VERSION_PATCH})

extra_plugins/output/unirec/src/unirecplugin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ IPX_API struct ipx_plugin_info ipx_plugin_info = {
7676
// Configuration flags (reserved for future use)
7777
.flags = 0,
7878
// Plugin version string (like "1.2.3")
79-
.version = "2.2.0",
79+
.version = "2.3.0",
8080
// Minimal IPFIXcol version string (like "1.2.3")
8181
.ipx_min = "2.0.0"
8282
};

0 commit comments

Comments
 (0)