Skip to content

Commit

Permalink
bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
whitslack committed Mar 19, 2024
1 parent 3bb870b commit c89361d
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 @@ -38,7 +38,7 @@ endif
# - 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
libbech32_la_LDFLAGS = -no-undefined -version-info 0:0:0
libbech32_la_LDFLAGS = -no-undefined -version-info 1:0:1

bin_PROGRAMS = bech32
bech32_SOURCES = bech32.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([libbech32], m4_join([.], [version_major], [version_minor]))
AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit c89361d

Please sign in to comment.