Skip to content

Commit

Permalink
version 1.2.1 to fix libtool version number
Browse files Browse the repository at this point in the history
  • Loading branch information
reedjc committed May 25, 2018
1 parent 0022278 commit ed545dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
mtbl (1.2.1)

* Fix libtool version number.

mtbl (1.2.0)

* Prevent fileset reloading when the fileset has iterators open.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ AM_LDFLAGS =
##
#

LIBMTBL_VERSION_INFO=2:0:0
LIBMTBL_VERSION_INFO=1:2:0

include_HEADERS = mtbl/mtbl.h
lib_LTLIBRARIES = mtbl/libmtbl.la
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ(2.64)
AC_INIT([mtbl],
[1.2.0],
[1.2.1],
[https://github.com/farsightsec/mtbl/issues],
[mtbl],
[https://github.com/farsightsec/mtbl])
Expand Down

0 comments on commit ed545dc

Please sign in to comment.