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

libgpiod v1.4.2

parent 7c27cf66
No related branches found
Tags v1.4.2
No related merge requests found
......@@ -8,7 +8,7 @@
AC_PREREQ(2.61)
AC_INIT([libgpiod], 1.4.1)
AC_INIT([libgpiod], 1.4.2)
AC_SUBST(EXTRA_VERSION, [])
AC_DEFINE_UNQUOTED([GPIOD_VERSION_STR],
......@@ -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, [3.1.1])
AC_SUBST(ABI_VERSION, [3.2.1])
# Have a separate ABI version for C++ bindings:
AC_SUBST(ABI_CXX_VERSION, [1.3.0])
AC_SUBST(ABI_CXX_VERSION, [1.4.0])
AC_CONFIG_AUX_DIR([autostuff])
AC_CONFIG_MACRO_DIRS([m4])
......
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