Skip to content

Commit

Permalink
Bump ABI revision, v1.0.1 --> v1.0.2
Browse files Browse the repository at this point in the history
Most notably, changes in behavior in history functions.

Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Jan 5, 2020
1 parent 99ae6b8 commit 01dd404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ libeditline_la_SOURCES = editline.c editline.h complete.c sysunix.c unix.h
libeditline_la_CFLAGS = -std=gnu99
libeditline_la_CFLAGS += -W -Wall -Wextra -Wundef -Wunused -Wstrict-prototypes
libeditline_la_CFLAGS += -Werror-implicit-function-declaration -Wshadow -Wcast-qual
libeditline_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:1:0
libeditline_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:2:0

0 comments on commit 01dd404

Please sign in to comment.