Skip to content

Commit

Permalink
bump version numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
whitslack committed Mar 1, 2024
1 parent 963f531 commit 0112787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libbase58check_la_LIBADD = $(GMP_LIBS) $(OPENSSL_LIBS)
# - oldprog+newlib and newprog+oldlib are both okay => +0:+1:+0
# - oldprog+newlib is okay, but newprog+oldlib won't work => +1:=0:+1
# - oldprog+newlib won't work => +1:=0:=0
libbase58check_la_LDFLAGS = -no-undefined -version-info 0:0:0
libbase58check_la_LDFLAGS = -no-undefined -version-info 0:1:0

bin_PROGRAMS = base58check
base58check_SOURCES = base58check.c
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
m4_define([version_major], [1])
m4_define([version_minor], [0])
m4_define([version_minor], [1])

AC_INIT([libbase58check], m4_join([.], [version_major], [version_minor]))
AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit 0112787

Please sign in to comment.