Skip to content

Commit

Permalink
cmake: bump version to 0.3.1 to do a release
Browse files Browse the repository at this point in the history
- add the COL_INFO from the body message structures

Signed-off-by: Charles Hardin <charles.hardin@chargepoint.com>
  • Loading branch information
chardin-cpi committed Apr 20, 2022
1 parent 1894b8e commit 392e42d
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 @@ -9,7 +9,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.3.0.0)
project(wireshark-v2g VERSION 0.3.1.0)

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

0 comments on commit 392e42d

Please sign in to comment.