mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
parent
1c407fe823
commit
f1495b4bcc
@ -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}")
|
||||
|
||||
#
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user