Skip to content

Commit 8230ef0

Browse files
committed
Start development for v0.2.0
1 parent a1bfe20 commit 8230ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
cmake_minimum_required(VERSION 3.20)
55

66
project(bpfilter
7-
VERSION 0.1.0
7+
VERSION 0.2.0
88
DESCRIPTION "BPF-based packet filtering framework"
99
LANGUAGES C
1010
)
1111

12-
set(PROJECT_VERSION_TWEAK "")
12+
set(PROJECT_VERSION_TWEAK "-devel")
1313

1414
message(NOTICE "bpfilter version ${CMAKE_PROJECT_VERSION}${PROJECT_VERSION_TWEAK}")
1515

0 commit comments

Comments
 (0)