Skip to content

Commit

Permalink
Bump version to 3.5.0-rc2.
Browse files Browse the repository at this point in the history
I think it might be time for a release; even if there are still various
unclosed bugs.
  • Loading branch information
wdoekes committed Jan 20, 2016
1 parent 7b65fa5 commit fa720e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Features added since 3.5.0
==========================
Features added in 3.5.0-rc2
===========================

* `<exec play_pcap_audio="..."/>` and friends:
- If the argument is not an absolute path, the pcap is searched next
Expand All @@ -10,8 +10,10 @@ Features added since 3.5.0
option. Example: `<exec play_pcap_audio="[file1]"/>` with option
`-key file1 /path/to/pcap`.

* Various...

Bugs fixed since 3.5.0
======================

* Example
Bugs fixed in 3.5.0-rc2
=======================

* A few...
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ======================== initialization ===============================

AC_INIT([SIPp], [3.5.0-rc1], [[email protected]], [sipp])
AC_INIT([SIPp], [3.5.0-rc2], [[email protected]], [sipp])

# Load non-standard m4 files from ./m4/*.m4.
# AC_CONFIG_MACRO_DIR([m4]) does not work on pre-1.13 aclocal, so we
Expand Down

0 comments on commit fa720e7

Please sign in to comment.