Changeset a2ce0a6
- Timestamp:
- 11/04/14 13:13:53 (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:
- 21f3226
- Parents:
- 3c54095
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r60f3c4c ra2ce0a6 22 22 $(RM) -rf autom4te.cache/ 23 23 24 dist-hook:25 if which svnversion > /dev/null; then \26 r=`svnversion -nc . | sed -e 's/^[^:]*://;s/[A-Za-z]//'` ;\27 sed -i "s/SVN_REVISION.*/SVN_REVISION $$r/" $(distdir)/lib/libtrace.h.in; \28 fi29 30 24 if HAS_DOXYGEN 31 25 docs/doxygen/man/man3/*.3: docs -
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.