diff options
author | Martin Lucina <martin@lucina.net> | 2012-02-25 02:14:19 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-02-25 02:14:19 +0100 |
commit | b572997091c4d4100cd994bcbdcd98e36f24df59 (patch) | |
tree | 37da9da1f1005ee247ffbeb4a4c5e58e4bb08919 | |
parent | 4db2e9389f89793c242a09d6c4be6548cb4c2b49 (diff) |
Set ABI version to 1.0.0
Signed-off-by: Martin Lucina <martin@lucina.net>
-rw-r--r-- | configure.in | 3 |
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 |