From: Joris Mooij Date: Fri, 17 Jul 2015 14:02:06 +0000 (+0200) Subject: New git HEAD version X-Git-Url: http://git.tuebingen.mpg.de/?p=libdai.git;a=commitdiff_plain New git HEAD version --- diff --git a/ChangeLog b/ChangeLog index c508c40..62789e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +git HEAD +-------- + + libDAI-0.3.2 (2015-07-17) ------------------------- diff --git a/Makefile b/Makefile index 8da43de..3ad7073 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ include Makefile.ALL include Makefile.conf # Set version and date -DAI_VERSION="0.3.2" -DAI_DATE="July 17, 2015" +DAI_VERSION="git HEAD" +DAI_DATE="July 17, 2015 - or later" # Directories of libDAI sources # Location of libDAI headers diff --git a/README b/README index 00351a7..a71cd3a 100644 --- a/README +++ b/README @@ -2,8 +2,8 @@ libDAI - A free/open source C++ library for Discrete Approximate Inference ------------------------------------------------------------------------------- -Version: 0.3.2 -Date: July 17, 2015 +Version: git HEAD +Date: July 17, 2015 - or later See also: http://www.libdai.org ------------------------------------------------------------------------------- diff --git a/include/dai/doc.h b/include/dai/doc.h index b84c21c..d64b5e4 100644 --- a/include/dai/doc.h +++ b/include/dai/doc.h @@ -31,8 +31,8 @@ /** \mainpage Reference manual for libDAI - A free/open source C++ library for Discrete Approximate Inference methods * \author Joris Mooij (with contributions of Frederik Eaton) - * \version 0.3.2 - * \date July 17, 2015 + * \version "git HEAD" + * \date July 17, 2015 - or later * *
* \section about About libDAI