From: Jérémie Galarneau Date: Wed, 24 Feb 2016 22:27:37 +0000 (-0500) Subject: Bump library version to 2.0 X-Git-Tag: v2.0.0-pre1~828 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=39566cd8aa05f5e7d62ea68bbbb599f3c1b164de Bump library version to 2.0 Signed-off-by: Jérémie Galarneau --- diff --git a/configure.ac b/configure.ac index 847d19b7..be939a2d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_INIT([babeltrace],[2.0.0-pre],[jeremie dot galarneau at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0]) +AC_SUBST([BABELTRACE_LIBRARY_VERSION], [2:0:0]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([config])