summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 45117e6..52788fd 100644
--- a/configure.in
+++ b/configure.in
@@ -22,9 +22,10 @@ AC_SUBST(PACKAGE_VERSION)
# Don't change this unless you know exactly what you're doing and have read and
# understand:
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
+# This is currently set at ABI 1.0.0.
#
# libxs -version-info current:revision:age
-LIBXS_ABI_VERSION="0:0:0"
+LIBXS_ABI_VERSION="1:0:0"
AC_SUBST(LIBXS_ABI_VERSION)
# ABI version for libxszmq