Skip to content

Commit

Permalink
Bump version number to 0.43.
Browse files Browse the repository at this point in the history
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
  • Loading branch information
buytenh committed Jan 29, 2024
1 parent 2411ae3 commit 6162a2a
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.59)
AC_INIT([ivykis], [0.42.4], [libivykis-discuss@lists.sourceforge.net])
AC_INIT([ivykis], [0.43], [libivykis-discuss@lists.sourceforge.net])
AC_CONFIG_SRCDIR([src/iv_avl.c])
AC_CONFIG_SUBDIRS([test.mt])
AC_CONFIG_HEADER(config.h)
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SRC += iv_inotify.c
INC += include/iv_inotify.h
endif

LINKFLAGS = -version-info 5:6:5
LINKFLAGS = -version-info 6:0:6
if HAVE_VERSIONING
LINKFLAGS += -Wl,--version-script,$(top_srcdir)/libivykis.posix.ver \
-Wl,-undefined-version
Expand Down

0 comments on commit 6162a2a

Please sign in to comment.