diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-10-07 05:51:25 (GMT) |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-07 10:00:12 (GMT) |
commit | 280a387737ed72a2dd844253eeb64cc373ca7656 (patch) | |
tree | d9ca0d84c14662237a501dbed5ae80eac8771101 | |
parent | 27966dc8d8f9f5264b6c8d4809f919cc9336712d (diff) | |
download | buildroot-280a387737ed72a2dd844253eeb64cc373ca7656.tar.gz buildroot-280a387737ed72a2dd844253eeb64cc373ca7656.tar.bz2 |
ortp: bump to version 0.22.0
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/ortp/ortp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ortp/ortp.mk b/package/ortp/ortp.mk index 5ccc5ff..513be9b 100644 --- a/package/ortp/ortp.mk +++ b/package/ortp/ortp.mk @@ -4,7 +4,7 @@ # ################################################################################ -ORTP_VERSION = 0.20.0 +ORTP_VERSION = 0.22.0 ORTP_SITE = http://download.savannah.nongnu.org/releases/linphone/ortp/sources ORTP_CONF_OPT = --disable-strict ORTP_INSTALL_STAGING = YES |