Martin,

as discussed, the upcoming 2.1.0 release will use proper ABI versioning, so
I'm sending a patch to bump the ABI version to 1.0.0.

This will need to be updated in the release procedures; the ABI version
should be reviewed as the last step before a public release; the comments
in configure.in where LTVER is set contain the details.

Cheers,

-mato
>From 08e4dada875fb502fbcbef469a4f8b632ebd469b Mon Sep 17 00:00:00 2001
From: Martin Lucina <m...@kotelna.sk>
Date: Wed, 1 Dec 2010 11:05:19 +0100
Subject: [PATCH] Bump ABI version to 1:0:0 for ZeroMQ 2.1.0 release

Signed-off-by: Martin Lucina <m...@kotelna.sk>
---
 configure.in |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/configure.in b/configure.in
index f5dd28d..c5942f5 100644
--- a/configure.in
+++ b/configure.in
@@ -18,12 +18,17 @@ AC_SUBST(PACKAGE_VERSION)
 
 # Libtool -version-info (ABI version)
 #
-# Currently 0.0.0 ("unstable"). Don't change this unless you 
-# know exactly what you're doing and have read and understand
+# 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
 #
-# libzmq -version-info
-LTVER="0:0:0"
+# Changes:
+#
+# 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)
 
 # Checks for programs.
-- 
1.7.1

_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to