Changeset 457:ba230abcdf77 in mediastreamer2


Ignore:
Timestamp:
May 4, 2009 5:12:48 PM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

update numbers for new release.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@460 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

Location:
linphone
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • linphone/configure.in

    r416 r457  
    11dnl Process this file with autoconf to produce a configure script. 
    22 
    3 AC_INIT([linphone],[3.1.1.1],[linphone-developers@nongnu.org]) 
     3AC_INIT([linphone],[3.1.2],[linphone-developers@nongnu.org]) 
    44 
    55dnl Source packaging numbers 
  • linphone/mediastreamer2/NEWS

    r452 r457  
    1 mediastreamer-2.2.4: 
     1mediastreamer-2.2.4: May 4, 2009 
    22        * fix crash during video window resizing on windows 
    33        * improve documentation 
  • linphone/mediastreamer2/configure.ac

    r437 r457  
    11dnl Process this file with autoconf to produce a configure script. 
    2 AC_INIT([mediastreamer],[2.2.3]) 
     2AC_INIT([mediastreamer],[2.2.4]) 
    33 
    44AC_MSG_NOTICE([$PACKAGE_NAME-$PACKAGE_VERSION           A mediastreaming library for telephony application.]) 
  • linphone/oRTP/NEWS

    r73 r457  
     1May 4, 2009 : ortp-0.16.0 
     2        - update stun api to support new RFC 
     3        - fix gcc warnings 
     4        - added new PayloadType 
     5 
    16October 13, 2008:       ortp-0.15.0 
    27        - telephone event detection bugfix 
  • linphone/oRTP/configure.ac

    r405 r457  
    11dnl Process this file with autoconf to produce a configure script. 
    2 AC_INIT([ortp],[0.15.0]) 
     2AC_INIT([ortp],[0.16.0]) 
    33AC_CANONICAL_SYSTEM 
    44 
Note: See TracChangeset for help on using the changeset viewer.