Skip to content

Commit 90d05bf

Browse files
committed
2.4.2 release
1 parent bba575b commit 90d05bf

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog
22

3+
2.4.2
4+
5+
#563 - Fix typo introduced by PR 559
6+
37
2.4.1
48

59
Major changes

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 libsrtp2 2.4.2-pre.
3+
# Generated by GNU Autoconf 2.69 for libsrtp2 2.4.2.
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='libsrtp2'
582582
PACKAGE_TARNAME='libsrtp2'
583-
PACKAGE_VERSION='2.4.2-pre'
584-
PACKAGE_STRING='libsrtp2 2.4.2-pre'
583+
PACKAGE_VERSION='2.4.2'
584+
PACKAGE_STRING='libsrtp2 2.4.2'
585585
PACKAGE_BUGREPORT='https://github.com/cisco/libsrtp/issues'
586586
PACKAGE_URL=''
587587

@@ -1288,7 +1288,7 @@ if test "$ac_init_help" = "long"; then
12881288
# Omit some internal or obsolete options to make the list less imposing.
12891289
# This message is too long to be a string in the A/UX 3.1 sh.
12901290
cat <<_ACEOF
1291-
\`configure' configures libsrtp2 2.4.2-pre to adapt to many kinds of systems.
1291+
\`configure' configures libsrtp2 2.4.2 to adapt to many kinds of systems.
12921292
12931293
Usage: $0 [OPTION]... [VAR=VALUE]...
12941294
@@ -1354,7 +1354,7 @@ fi
13541354

13551355
if test -n "$ac_init_help"; then
13561356
case $ac_init_help in
1357-
short | recursive ) echo "Configuration of libsrtp2 2.4.2-pre:";;
1357+
short | recursive ) echo "Configuration of libsrtp2 2.4.2:";;
13581358
esac
13591359
cat <<\_ACEOF
13601360
@@ -1467,7 +1467,7 @@ fi
14671467
test -n "$ac_init_help" && exit $ac_status
14681468
if $ac_init_version; then
14691469
cat <<\_ACEOF
1470-
libsrtp2 configure 2.4.2-pre
1470+
libsrtp2 configure 2.4.2
14711471
generated by GNU Autoconf 2.69
14721472
14731473
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2020,7 +2020,7 @@ cat >config.log <<_ACEOF
20202020
This file contains any messages produced by compilers while
20212021
running configure, to aid debugging if configure makes a mistake.
20222022
2023-
It was created by libsrtp2 $as_me 2.4.2-pre, which was
2023+
It was created by libsrtp2 $as_me 2.4.2, which was
20242024
generated by GNU Autoconf 2.69. Invocation command line was
20252025
20262026
$ $0 $@
@@ -7159,7 +7159,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
71597159
# report actual input values of CONFIG_FILES etc. instead of their
71607160
# values after options handling.
71617161
ac_log="
7162-
This file was extended by libsrtp2 $as_me 2.4.2-pre, which was
7162+
This file was extended by libsrtp2 $as_me 2.4.2, which was
71637163
generated by GNU Autoconf 2.69. Invocation command line was
71647164
71657165
CONFIG_FILES = $CONFIG_FILES
@@ -7221,7 +7221,7 @@ _ACEOF
72217221
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
72227222
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
72237223
ac_cs_version="\\
7224-
libsrtp2 config.status 2.4.2-pre
7224+
libsrtp2 config.status 2.4.2
72257225
configured by $0, generated by GNU Autoconf 2.69,
72267226
with options \\"\$ac_cs_config\\"
72277227

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([libsrtp2], [2.4.2-pre], [https://github.com/cisco/libsrtp/issues])
2+
AC_INIT([libsrtp2], [2.4.2], [https://github.com/cisco/libsrtp/issues])
33

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

0 commit comments

Comments
 (0)