Update libavrdude major version

This commit is contained in:
stefanrueger
2024-02-23 13:36:27 +13:00
parent a24e6eb74b
commit a83f3cf087
2 changed files with 3 additions and 3 deletions

View File

@@ -279,8 +279,8 @@ add_library(libavrdude
set_target_properties(libavrdude PROPERTIES
PREFIX ""
PUBLIC_HEADER "libavrdude.h"
VERSION 1.0.1
SOVERSION 1
VERSION 2.0.0
SOVERSION 2
)
target_include_directories(libavrdude

View File

@@ -219,7 +219,7 @@ libavrdude_a_SOURCES = \
xbee.h \
xbee.c
libavrdude_la_SOURCES = $(libavrdude_a_SOURCES)
libavrdude_la_LDFLAGS = -version-info 1:0
libavrdude_la_LDFLAGS = -version-info 2:0
include_HEADERS = libavrdude.h