Changeset 0e8f8cb
- Timestamp:
- 02/28/18 18:13:28 (3 years ago)
- Branches:
- cachetimestamps, develop, etsilive, master, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 207e288
- Parents:
- 92db9e4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
README
re3fa533 r0e8f8cb 1 libtrace 4.0. 21 libtrace 4.0.3 2 2 3 3 --------------------------------------------------------------------------- 4 Copyright (c) 2007-201 7The University of Waikato, Hamilton, New Zealand.4 Copyright (c) 2007-2018 The University of Waikato, Hamilton, New Zealand. 5 5 All rights reserved. 6 6 … … 27 27 28 28 Bugs should be reported by either emailing contact@wand.net.nz or filing 29 an issue at https://github.com/ wanduow/libtrace29 an issue at https://github.com/LibtraceTeam/libtrace 30 30 31 31 It is licensed under the GNU Lesser General Public License (GPL) version 3. … … 34 34 35 35 A detailed ChangeLog can be found on the libtrace wiki: 36 https://github.com/ wanduow/libtrace/wiki/ChangeLog36 https://github.com/LibtraceTeam/libtrace/wiki/ChangeLog 37 37 38 38 Documentation, usage instructions and a detailed tutorial can also found -
configure.in
r18c908d r0e8f8cb 4 4 # and in the README 5 5 6 AC_INIT([libtrace],[4.0. 2],[contact@wand.net.nz],[libtrace])6 AC_INIT([libtrace],[4.0.3],[contact@wand.net.nz],[libtrace]) 7 7 8 8 LIBTRACE_MAJOR=4 9 9 LIBTRACE_MID=0 10 LIBTRACE_MINOR= 210 LIBTRACE_MINOR=3 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.