- Timestamp:
- 11/10/14 17:02:50 (6 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:
- 68d3308, 97d170d
- Parents:
- 70bf39a (diff), a2ce0a6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h.in
r17f954f ra2ce0a6 109 109 ((@LIBTRACE_MAJOR@<<16)|(@LIBTRACE_MID@<<8)|(@LIBTRACE_MINOR@)) 110 110 111 /** Replaced with the current SVN revision number when 'make dist' is invoked 112 * to create a distributable tarball */ 113 #define LIBTRACE_SVN_REVISION 0 111 /** This used to be replaced with the current SVN revision number when 112 * 'make dist' was invoked to create a distributable tarball. We don't use 113 * SVN anymore and there probably isn't any need to know the exact revision 114 * number either these days. */ 115 #define LIBTRACE_SVN_REVISION LIBTRACE_API_VERSION 114 116 115 117 /** DAG driver version installed on the current system */
Note: See TracChangeset
for help on using the changeset viewer.