Release 1.2.0

This commit is contained in:
David Seifert 2022-12-25 11:19:16 +01:00
parent a19fe100cb
commit 2ed38b57c5
No known key found for this signature in database
GPG Key ID: CE36E117202E3842
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.2.0] - 2022-12-25
### Fixed

View File

@ -35,7 +35,7 @@ if (BUILD_REGTEST)
list (APPEND VCPKG_MANIFEST_FEATURES "regtest")
endif ()
project(libsndfile VERSION 1.1.0)
project(libsndfile VERSION 1.2.0)
#
# Variables

View File

@ -3,7 +3,7 @@ dnl Copyright (C) 1999-2022 Erik de Castro Lopo <erikd@mega-nerd.com>.
dnl Require autoconf version >= 2.69
AC_PREREQ([2.69])
AC_INIT([libsndfile],[1.1.0],[sndfile@mega-nerd.com],
AC_INIT([libsndfile],[1.2.0],[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], [34])
m4_define([lt_revision], [35])
m4_define([lt_age], [0])
dnl This is ABI version for linker scripts, CMake uses the same format for