Bump ABI revision due to recent API additions

Tells the runtime linker that a slight ABI change has occured.
Hamlib-3.1
Nate Bargmann 2016-04-02 07:06:32 -05:00
rodzic cd9b0ed58d
commit af0f094310
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -56,7 +56,7 @@ dnl See README.release on setting these values
# Values given to -version-info when linking. See libtool documentation.
# Set them here to keep c++/Makefile and src/Makefile in sync.
ABI_VERSION=3
ABI_REVISION=0
ABI_REVISION=1
ABI_AGE=1
AC_DEFINE_UNQUOTED([ABI_VERSION], [$ABI_VERSION], [Frontend ABI version])