Changeset bd2e4af
- Timestamp:
- 08/31/15 13:48:44 (5 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, 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:
- b3ff33b
- Parents:
- 285acaa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r4631115 rbd2e4af 4 4 Libtrace functions might not function correctly breaking the supplied tools. 5 5 6 libtrace 3.0.226 libtrace 4.0.0 7 7 8 8 --------------------------------------------------------------------------- -
configure.in
r341c38f rbd2e4af 4 4 # and in the README 5 5 6 AC_INIT([libtrace],[ 3.0.22],[contact@wand.net.nz],[libtrace])7 8 LIBTRACE_MAJOR= 36 AC_INIT([libtrace],[4.0.0],[contact@wand.net.nz],[libtrace]) 7 8 LIBTRACE_MAJOR=4 9 9 LIBTRACE_MID=0 10 LIBTRACE_MINOR= 2210 LIBTRACE_MINOR=0 11 11 12 12 # OpenSolaris hides libraries like libncurses in /usr/gnu/lib, which is not
Note: See TracChangeset
for help on using the changeset viewer.