Skip to content

Commit 6dd818c

Browse files
committed
version 3.0.1
## Details - I've merged commits from mainstream libsrtp into `main` branch of this fork and then I've created this PR bumping version to 3.0.1 to have a new meson wrap package for mediasoup.
1 parent 76f23aa commit 6dd818c

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.21)
22

3-
project(libsrtp3 VERSION 3.0.0 LANGUAGES C)
3+
project(libsrtp3 VERSION 3.0.1 LANGUAGES C)
44

55
set(CMAKE_C_STANDARD 99)
66
set(CMAKE_C_STANDARD_REQUIRED ON)

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for libsrtp3 3.0.0-pre.
3+
# Generated by GNU Autoconf 2.69 for libsrtp3 3.0.1.
44
#
55
# Report bugs to <https://github.com/cisco/libsrtp/issues>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='libsrtp3'
582582
PACKAGE_TARNAME='libsrtp3'
583-
PACKAGE_VERSION='3.0.0-pre'
584-
PACKAGE_STRING='libsrtp3 3.0.0-pre'
583+
PACKAGE_VERSION='3.0.1'
584+
PACKAGE_STRING='libsrtp3 3.0.1'
585585
PACKAGE_BUGREPORT='https://github.com/cisco/libsrtp/issues'
586586
PACKAGE_URL=''
587587

@@ -1290,7 +1290,7 @@ if test "$ac_init_help" = "long"; then
12901290
# Omit some internal or obsolete options to make the list less imposing.
12911291
# This message is too long to be a string in the A/UX 3.1 sh.
12921292
cat <<_ACEOF
1293-
\`configure' configures libsrtp3 3.0.0-pre to adapt to many kinds of systems.
1293+
\`configure' configures libsrtp3 3.0.1 to adapt to many kinds of systems.
12941294
12951295
Usage: $0 [OPTION]... [VAR=VALUE]...
12961296
@@ -1356,7 +1356,7 @@ fi
13561356

13571357
if test -n "$ac_init_help"; then
13581358
case $ac_init_help in
1359-
short | recursive ) echo "Configuration of libsrtp3 3.0.0-pre:";;
1359+
short | recursive ) echo "Configuration of libsrtp3 3.0.1:";;
13601360
esac
13611361
cat <<\_ACEOF
13621362
@@ -1471,7 +1471,7 @@ fi
14711471
test -n "$ac_init_help" && exit $ac_status
14721472
if $ac_init_version; then
14731473
cat <<\_ACEOF
1474-
libsrtp3 configure 3.0.0-pre
1474+
libsrtp3 configure 3.0.1
14751475
generated by GNU Autoconf 2.69
14761476
14771477
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2024,7 +2024,7 @@ cat >config.log <<_ACEOF
20242024
This file contains any messages produced by compilers while
20252025
running configure, to aid debugging if configure makes a mistake.
20262026
2027-
It was created by libsrtp3 $as_me 3.0.0-pre, which was
2027+
It was created by libsrtp3 $as_me 3.0.1, which was
20282028
generated by GNU Autoconf 2.69. Invocation command line was
20292029
20302030
$ $0 $@
@@ -7169,7 +7169,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
71697169
# report actual input values of CONFIG_FILES etc. instead of their
71707170
# values after options handling.
71717171
ac_log="
7172-
This file was extended by libsrtp3 $as_me 3.0.0-pre, which was
7172+
This file was extended by libsrtp3 $as_me 3.0.1, which was
71737173
generated by GNU Autoconf 2.69. Invocation command line was
71747174
71757175
CONFIG_FILES = $CONFIG_FILES
@@ -7231,7 +7231,7 @@ _ACEOF
72317231
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
72327232
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
72337233
ac_cs_version="\\
7234-
libsrtp3 config.status 3.0.0-pre
7234+
libsrtp3 config.status 3.0.1
72357235
configured by $0, generated by GNU Autoconf 2.69,
72367236
with options \\"\$ac_cs_config\\"
72377237

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT([libsrtp3],[3.0.0-pre],[https://github.com/cisco/libsrtp/issues])
2+
AC_INIT([libsrtp3],[3.0.1],[https://github.com/cisco/libsrtp/issues])
33

44
dnl Must come before AC_PROG_CC
55
EMPTY_CFLAGS="no"

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('libsrtp3', 'c', version: '3.0.0',
1+
project('libsrtp3', 'c', version: '3.0.1',
22
meson_version: '>= 0.52.0',
33
default_options: ['buildtype=debugoptimized'])
44

0 commit comments

Comments
 (0)