mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
Release 1.2.0
This commit is contained in:
parent
a19fe100cb
commit
2ed38b57c5
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [1.2.0] - 2022-12-25
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ if (BUILD_REGTEST)
|
|||||||
list (APPEND VCPKG_MANIFEST_FEATURES "regtest")
|
list (APPEND VCPKG_MANIFEST_FEATURES "regtest")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
project(libsndfile VERSION 1.1.0)
|
project(libsndfile VERSION 1.2.0)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Variables
|
# Variables
|
||||||
|
@ -3,7 +3,7 @@ dnl Copyright (C) 1999-2022 Erik de Castro Lopo <erikd@mega-nerd.com>.
|
|||||||
dnl Require autoconf version >= 2.69
|
dnl Require autoconf version >= 2.69
|
||||||
AC_PREREQ([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/])
|
[libsndfile],[http://libsndfile.github.io/libsndfile/])
|
||||||
|
|
||||||
dnl Check whether we want to set defaults for CFLAGS, CXXFLAGS, CPPFLAGS and LDFLAGS
|
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.
|
dnl This is libtool version of library, we add it to `--version-info` property.
|
||||||
|
|
||||||
m4_define([lt_current], [1])
|
m4_define([lt_current], [1])
|
||||||
m4_define([lt_revision], [34])
|
m4_define([lt_revision], [35])
|
||||||
m4_define([lt_age], [0])
|
m4_define([lt_age], [0])
|
||||||
|
|
||||||
dnl This is ABI version for linker scripts, CMake uses the same format for
|
dnl This is ABI version for linker scripts, CMake uses the same format for
|
||||||
|
Loading…
Reference in New Issue
Block a user