Skip to content

Commit

Permalink
cmake: bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chardin-cpi committed May 21, 2023
1 parent a0cc75b commit 3495b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
endif()

# NOTE: The wireshark plugin build assumes major.minor.patch.tweak
project(wireshark-v2g VERSION 0.4.0.0)
project(wireshark-v2g VERSION 0.6.1.0)

# Set the default C/C++ standards
set(CMAKE_C_STANDARD 11)
Expand Down

0 comments on commit 3495b10

Please sign in to comment.