projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dfb432
)
bindings: cxx: set the ABI version to 1.0.0
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Wed, 16 May 2018 12:14:12 +0000
(14:14 +0200)
committer
Bartosz Golaszewski
<bartekgola@gmail.com>
Wed, 16 May 2018 12:14:12 +0000
(14:14 +0200)
The C++ bindings ABI that will be released in v1.1 is considered
stable. Set it to 1.0.0 for the release.
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 487778f8bd98662f6f51cea83fcb0f8f6a60ea23..a3a82e6814d9da917cbba68f7bb70743134fd8a0 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-31,7
+31,7
@@
AC_SUBST(VERSION_STR, [$PACKAGE_VERSION$EXTRA_VERSION])
# Define the libtool version as (C.R.A):
AC_SUBST(ABI_VERSION, [2.0.0])
# Have a separate ABI version for C++ bindings:
-AC_SUBST(ABI_CXX_VERSION, [
0
.0.0])
+AC_SUBST(ABI_CXX_VERSION, [
1
.0.0])
AC_CONFIG_AUX_DIR([autostuff])
AC_CONFIG_MACRO_DIRS([m4])