Changeset 1929

Show
Ignore:
Timestamp:
10/30/07 20:50:51 (15 months ago)
Author:
aturner
Message:

mark as v3.2.2 and note change in functionality w/ Leopard. refs #274

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.2/configure.ac

    r1922 r1929  
    1212MAJOR_VERSION=3 
    1313MINOR_VERSION=2 
    14 MICRO_VERSION=1 
     14MICRO_VERSION=2 
    1515TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION 
    1616 
     
    11561156case $host in 
    11571157        *-apple-darwin*) 
    1158         AC_MSG_WARN([Apple OS X has a serious problem! 
     1158        AC_MSG_WARN([Apple OS X versions prior to 10.5 (Leopard) has a serious problem! 
    11591159        Please see: http://tcpreplay.synfin.net/trac/ticket/142 for more details]) 
    11601160        ;;