Skip to content
Snippets Groups Projects
Commit c3bb1b85 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski
Browse files

libgpiod v1.6

parent b3c4871b
No related branches found
Tags v1.6
No related merge requests found
......@@ -9,7 +9,7 @@
AC_PREREQ(2.61)
AC_INIT([libgpiod], 1.6)
AC_SUBST(EXTRA_VERSION, [-devel])
AC_SUBST(EXTRA_VERSION, [])
AC_DEFINE_UNQUOTED([GPIOD_VERSION_STR],
["$PACKAGE_VERSION$EXTRA_VERSION"],
......@@ -30,9 +30,9 @@ AC_SUBST(VERSION_STR, [$PACKAGE_VERSION$EXTRA_VERSION])
#
# Define the libtool version as (C.R.A):
# NOTE: this version only applies to the core C library.
AC_SUBST(ABI_VERSION, [4.0.2])
AC_SUBST(ABI_VERSION, [4.1.2])
# Have a separate ABI version for C++ bindings:
AC_SUBST(ABI_CXX_VERSION, [2.0.1])
AC_SUBST(ABI_CXX_VERSION, [2.1.1])
# ABI version for libgpiomockup (we need this since it can be installed if we
# enable install-tests).
AC_SUBST(ABI_MOCKUP_VERSION, [0.1.0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment