Changeset 896ad39
- Timestamp:
- 11/07/08 13:51:34 (14 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 871281c
- Parents:
- edb844c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
README
rf3f3558 r896ad39 1 1 $Header$ 2 2 3 libtrace 3.0. 43 libtrace 3.0.5 4 4 5 5 --------------------------------------------------------------------------- -
configure.in
rd8ed7e2 r896ad39 4 4 # and in the README 5 5 6 AC_INIT([libtrace],[3.0. 4],[contact@wand.net.nz],[libtrace])6 AC_INIT([libtrace],[3.0.5],[contact@wand.net.nz],[libtrace]) 7 7 8 8 LIBTRACE_MAJOR=3 9 9 LIBTRACE_MID=0 10 LIBTRACE_MINOR= 310 LIBTRACE_MINOR=5 11 11 12 12 AC_CONFIG_SRCDIR(lib/trace.c) … … 19 19 AC_CONFIG_FILES([Makefile lib/Makefile docs/Makefile libpacketdump/Makefile 20 20 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/Makefile21 tools/tracemerge/Makefile tools/tracereport/Makefile 22 tools/tracertstats/Makefile tools/tracesplit/Makefile 23 tools/tracestats/Makefile 24 24 examples/Makefile examples/skeleton/Makefile examples/rate/Makefile 25 25 examples/stats/Makefile
Note: See TracChangeset
for help on using the changeset viewer.