Skip to content

Commit

Permalink
Release 4.3.5: Fix SO and ABI version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdeep1 committed Sep 6, 2024
1 parent 0d24053 commit 7cf7465
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project(
LANGUAGES CXX C)

set(LIBCOAP_API_VERSION 3)
set(LIBCOAP_ABI_VERSION 3.1.2)
set(LIBCOAP_ABI_VERSION 3.2.0)

set(COAP_LIBRARY_NAME "coap-${LIBCOAP_API_VERSION}")

Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ LT_INIT([shared static])
# ./configure built script file scripts/fix_version.sh .
#

LT_LIBCOAP_CURRENT=4
LT_LIBCOAP_REVISION=2
LT_LIBCOAP_AGE=1
LT_LIBCOAP_CURRENT=5
LT_LIBCOAP_REVISION=0
LT_LIBCOAP_AGE=2
LIBCOAP_SO_VERSION=$LT_LIBCOAP_CURRENT.$LT_LIBCOAP_REVISION.$LT_LIBCOAP_AGE

# Announce the libtool version
Expand Down
2 changes: 1 addition & 1 deletion examples/riot/pkg_libcoap/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_NAME=libcoap
PKG_URL=https://github.com/obgm/libcoap
PKG_VERSION=493b503bca0233c68f6efd52c719888f8a6ee8c0
PKG_VERSION=0d240530b4beba90cc86c488e17bd0090437a0dd
PKG_LICENSE=BSD-2-Clause

LIBCOAP_BUILD_DIR=$(BINDIR)/pkg/$(PKG_NAME)
Expand Down

0 comments on commit 7cf7465

Please sign in to comment.