]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Allow for version control.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Feb 2004 11:24:33 +0000 (11:24 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Feb 2004 11:24:33 +0000 (11:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@8428 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/boost/include/boost/version.hpp [new file with mode: 0644]

diff --git a/deal.II/contrib/boost/include/boost/version.hpp b/deal.II/contrib/boost/include/boost/version.hpp
new file mode 100644 (file)
index 0000000..032cc5f
--- /dev/null
@@ -0,0 +1,26 @@
+//  Boost version.hpp configuration header file  ------------------------------//
+
+//  (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and
+//  distribute this software is granted provided this copyright notice appears
+//  in all copies. This software is provided "as is" without express or implied
+//  warranty, and with no claim as to its suitability for any purpose.
+
+//  See http://www.boost.org/libs/config for documentation
+
+#ifndef BOOST_VERSION_HPP
+#define BOOST_VERSION_HPP
+
+//
+//  Caution, this is the only boost header that is guarenteed
+//  to change with every boost release, including this header
+//  will cause a recompile every time a new boost version is
+//  released.
+//
+//  BOOST_VERSION % 100 is the sub-minor version
+//  BOOST_VERSION / 100 % 1000 is the minor version
+//  BOOST_VERSION / 100000 is the major version
+
+#define BOOST_VERSION 103002
+
+#endif
+

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.