Commit 520d6210 authored by Martin Lucina's avatar Martin Lucina Committed by Martin Sustrik

Bump ABI version to 1:0:0 for ZeroMQ 2.1.0 release

Signed-off-by: 's avatarMartin Lucina <mato@kotelna.sk>
parent b70d628f
...@@ -18,12 +18,17 @@ AC_SUBST(PACKAGE_VERSION) ...@@ -18,12 +18,17 @@ AC_SUBST(PACKAGE_VERSION)
# Libtool -version-info (ABI version) # Libtool -version-info (ABI version)
# #
# Currently 0.0.0 ("unstable"). Don't change this unless you # Don't change this unless you know exactly what you're doing and have read and
# know exactly what you're doing and have read and understand # understand:
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
# #
# libzmq -version-info # Changes:
LTVER="0:0:0" #
# ZeroMQ versions prior to 2.1.0 use 0.0.0 ("unstable")
# ZeroMQ version 2.1.0: 1:0:0
#
# libzmq -version-info current:revision:age
LTVER="1:0:0"
AC_SUBST(LTVER) AC_SUBST(LTVER)
# Checks for programs. # Checks for programs.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment