# Load the local configuration from Makefile.conf
include Makefile.conf
+# Set version and date
+DAI_VERSION="git HEAD"
+DAI_DATE="November 16, 2009 - or later"
+
# Directories of libDAI sources
# Location libDAI headers
INC=include/dai
INCLUDE_PYTHON=/usr/include/python2.5
# Location of Boost C++ library header files
INCLUDE_BOOST=/usr/local/include/boost-1_37
-
-# VERSION AND DATE
-DAI_VERSION=0.2.3
-DAI_DATE="November 16, 2009"
INCLUDE_PYTHON=/usr/include/python2.5
# Location of Boost C++ library header files
INCLUDE_BOOST=/usr/include/boost
-
-# VERSION AND DATE
-DAI_VERSION=0.2.3
-DAI_DATE="November 16, 2009"
INCLUDE_PYTHON=/usr/include/python2.5
# Location of Boost C++ library header files
INCLUDE_BOOST=/usr/include/boost
-
-# VERSION AND DATE
-DAI_VERSION=0.2.3
-DAI_DATE="November 16, 2009"
INCLUDE_PYTHON=C:\python2.5
# Location of Boost C++ library header files
INCLUDE_BOOST=C:\boost_1_36_0
-
-# VERSION AND DATE
-DAI_VERSION=0.2.3
-DAI_DATE="November 16, 2009"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-Version: 0.2.3
-Date: November 16, 2009
+Version: git HEAD
+Date: November 16, 2009 - or later
See also: http://www.libdai.org
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
/** \mainpage Reference manual for libDAI - A free/open source C++ library for Discrete Approximate Inference methods
* \author Joris Mooij
- * \version 0.2.3
- * \date November 16, 2009
+ * \version git HEAD
+ * \date November 16, 2009 - or later
*
* <hr size="1">
* \section about About libDAI