Release 1.1.0beta2

Fixes #784
This commit is contained in:
David Seifert 2021-10-24 14:53:12 +02:00
parent 1c407fe823
commit f1495b4bcc
No known key found for this signature in database
GPG Key ID: CE36E117202E3842
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ set (PACKAGE_NAME ${PROJECT_NAME})
set (CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
set (CPACK_PACKAGE_VERSION_MINOR ${PROJECT_VERSION_MINOR})
set (CPACK_PACKAGE_VERSION_PATCH ${PROJECT_VERSION_PATCH})
set (CPACK_PACKAGE_VERSION_STAGE "beta1")
set (CPACK_PACKAGE_VERSION_STAGE "beta2")
set (CPACK_PACKAGE_VERSION_FULL "${PROJECT_VERSION}${CPACK_PACKAGE_VERSION_STAGE}")
#

View File

@ -3,7 +3,7 @@ dnl Copyright (C) 1999-2021 Erik de Castro Lopo <erikd@mega-nerd.com>.
dnl Require autoconf version >= 2.69
AC_PREREQ([2.69])
AC_INIT([libsndfile],[1.1.0beta1],[sndfile@mega-nerd.com],
AC_INIT([libsndfile],[1.1.0beta2],[sndfile@mega-nerd.com],
[libsndfile],[http://libsndfile.github.io/libsndfile/])
dnl Check whether we want to set defaults for CFLAGS, CXXFLAGS, CPPFLAGS and LDFLAGS
@ -88,7 +88,7 @@ dnl to 0.
dnl This is libtool version of library, we add it to `--version-info` property.
m4_define([lt_current], [1])
m4_define([lt_revision], [32])
m4_define([lt_revision], [33])
m4_define([lt_age], [0])
dnl This is ABI version for linker scripts, CMake uses the same format for