Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins committed Dec 21, 2024
1 parent 096082e commit f5eef78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
AC_INIT([libjwt],[2.1.0],[https://github.com/benmcollins/libjwt/issues])
AC_INIT([libjwt],[2.1.1],[https://github.com/benmcollins/libjwt/issues])
AC_LANG([C])
AM_INIT_AUTOMAKE([foreign subdir-objects])
LT_PREREQ([2.2])
Expand Down
2 changes: 1 addition & 1 deletion libjwt/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ libjwt_la_SOURCES = jwt.c
# v1.14.0 => v1.15.0 1 => 2
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

libjwt_la_LDFLAGS = -version-info 13:1:11 $(OPENSSL_LDFLAGS) $(GNUTLS_LDFLAGS) $(JANSSON_LDFLAGS) -no-undefined
libjwt_la_LDFLAGS = -version-info 13:2:11 $(OPENSSL_LDFLAGS) $(GNUTLS_LDFLAGS) $(JANSSON_LDFLAGS) -no-undefined
libjwt_la_CPPFLAGS = -I$(top_srcdir)/include $(OPENSSL_INCLUDES) $(GNUTLS_INCLUDES) $(CODE_COVERAGE_CPPFLAGS) -Wall
libjwt_la_CFLAGS = $(JANSSON_CFLAGS) $(OPENSSL_CFLAGS) $(GNUTLS_CFLAGS) $(CODE_COVERAGE_CFLAGS) -D_GNU_SOURCE
libjwt_la_LIBADD = $(JANSSON_LIBS) $(OPENSSL_LIBS) $(GNUTLS_LIBS) $(CODE_COVERAGE_LDFLAGS)
Expand Down

0 comments on commit f5eef78

Please sign in to comment.