Skip to content

Commit

Permalink
Increment libavrdude version
Browse files Browse the repository at this point in the history
There is bound to be a library change in git main until v8.1 is published;
ensure we have a new version number in preparation for the next release.
  • Loading branch information
stefanrueger committed Sep 1, 2024
1 parent d3c4f86 commit 0f0b4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ add_library(libavrdude
set_target_properties(libavrdude PROPERTIES
PREFIX ""
PUBLIC_HEADER "libavrdude.h;libavrdude-avrintel.h"
VERSION 2.0.0
SOVERSION 2
VERSION 3.0.0
SOVERSION 3
)

target_include_directories(libavrdude
Expand Down

0 comments on commit 0f0b4c1

Please sign in to comment.