Changeset 1380 for trunk/configure.in


Ignore:
Timestamp:
11/07/08 13:51:34 (5 years ago)
Author:
perry
Message:

Bump version number in preparation for release
Remove the last bits of traceflow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r1343 r1380  
    44# and in the README 
    55 
    6 AC_INIT([libtrace],[3.0.4],[contact@wand.net.nz],[libtrace]) 
     6AC_INIT([libtrace],[3.0.5],[contact@wand.net.nz],[libtrace]) 
    77 
    88LIBTRACE_MAJOR=3 
    99LIBTRACE_MID=0 
    10 LIBTRACE_MINOR=3 
     10LIBTRACE_MINOR=5 
    1111 
    1212AC_CONFIG_SRCDIR(lib/trace.c) 
     
    1919AC_CONFIG_FILES([Makefile lib/Makefile docs/Makefile libpacketdump/Makefile 
    2020        tools/Makefile tools/traceanon/Makefile tools/tracepktdump/Makefile  
    21         tools/tracemerge/Makefile tools/tracereport/Makefile  
    22         tools/tracertstats/Makefile tools/tracesplit/Makefile  
    23         tools/tracestats/Makefile tools/traceflow/Makefile  
     21        tools/tracemerge/Makefile tools/tracereport/Makefile 
     22        tools/tracertstats/Makefile tools/tracesplit/Makefile 
     23        tools/tracestats/Makefile  
    2424        examples/Makefile examples/skeleton/Makefile examples/rate/Makefile 
    2525        examples/stats/Makefile 
Note: See TracChangeset for help on using the changeset viewer.