diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-02-25 10:00:37 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-25 10:00:37 +0100 |
commit | f06a72b52ef1d51e12006e7e7917fdc814a4792f (patch) | |
tree | 1f6b40e3b0fc90c00a6813b7e44266aa38245f3d | |
parent | 4db2e9389f89793c242a09d6c4be6548cb4c2b49 (diff) | |
parent | 0a46e99877f6ee06f095ef2e166ece76985a3004 (diff) |
Merge branch 'for-sustrik' of git.lucina.net:libxs
-rw-r--r-- | configure.ac (renamed from configure.in) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.ac index 45117e6..8061d6a 100644 --- a/configure.in +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.61) # the version.sh script. Hence, it should be updated there. # The version in git should reflect the *next* version planned. # -AC_INIT([libxs],[m4_esyscmd([./version.sh])]) +AC_INIT([libxs],[m4_esyscmd([./version.sh])],[crossroads-dev@groups.crossroads.io]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) @@ -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 |