Changeset 1747
- Timestamp:
- Jan 23, 2009, 7:37:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/version_test.cc
r1487 r1747 2 2 3 3 /* 4 Copyright (C) 2008 Peter Johansson4 Copyright (C) 2008, 2009 Peter Johansson 5 5 6 6 This file is part of the yat library, http://dev.thep.lu.se/yat … … 24 24 #include "yat/utility/version.h" 25 25 26 #include <boost/version.hpp> 26 27 #include <gsl/gsl_version.h> 27 28 … … 41 42 suite.out() << " patch: " << patch_version() << "\n"; 42 43 44 suite.out() << "Boost API version: " << BOOST_LIB_VERSION << "\n"; 43 45 suite.out() << "GSL API version: " << GSL_VERSION << "\n"; 44 46 suite.out() << "GSL ABI version: " << gsl_version << "\n";
Note: See TracChangeset
for help on using the changeset viewer.