Skip to content

Commit 2b091a4

Browse files
committed
create 1.6.0 release
1 parent 6ec11b4 commit 2b091a4

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.5-pre
1+
1.6.0

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

@@ -1256,7 +1256,7 @@ if test "$ac_init_help" = "long"; then
12561256
# Omit some internal or obsolete options to make the list less imposing.
12571257
# This message is too long to be a string in the A/UX 3.1 sh.
12581258
cat <<_ACEOF
1259-
\`configure' configures libsrtp 1.6.0-pre to adapt to many kinds of systems.
1259+
\`configure' configures libsrtp 1.6.0 to adapt to many kinds of systems.
12601260
12611261
Usage: $0 [OPTION]... [VAR=VALUE]...
12621262
@@ -1321,7 +1321,7 @@ fi
13211321

13221322
if test -n "$ac_init_help"; then
13231323
case $ac_init_help in
1324-
short | recursive ) echo "Configuration of libsrtp 1.6.0-pre:";;
1324+
short | recursive ) echo "Configuration of libsrtp 1.6.0:";;
13251325
esac
13261326
cat <<\_ACEOF
13271327
@@ -1414,7 +1414,7 @@ fi
14141414
test -n "$ac_init_help" && exit $ac_status
14151415
if $ac_init_version; then
14161416
cat <<\_ACEOF
1417-
libsrtp configure 1.6.0-pre
1417+
libsrtp configure 1.6.0
14181418
generated by GNU Autoconf 2.69
14191419
14201420
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 libsrtp $as_me 1.6.0-pre, which was
2023+
It was created by libsrtp $as_me 1.6.0, which was
20242024
generated by GNU Autoconf 2.69. Invocation command line was
20252025
20262026
$ $0 $@
@@ -6516,7 +6516,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
65166516
# report actual input values of CONFIG_FILES etc. instead of their
65176517
# values after options handling.
65186518
ac_log="
6519-
This file was extended by libsrtp $as_me 1.6.0-pre, which was
6519+
This file was extended by libsrtp $as_me 1.6.0, which was
65206520
generated by GNU Autoconf 2.69. Invocation command line was
65216521
65226522
CONFIG_FILES = $CONFIG_FILES
@@ -6578,7 +6578,7 @@ _ACEOF
65786578
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
65796579
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
65806580
ac_cs_version="\\
6581-
libsrtp config.status 1.6.0-pre
6581+
libsrtp config.status 1.6.0
65826582
configured by $0, generated by GNU Autoconf 2.69,
65836583
with options \\"\$ac_cs_config\\"
65846584

configure.in

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

44
dnl Must come before AC_PROG_CC
55
if test -z "$CFLAGS"; then

0 commit comments

Comments
 (0)