Closed mgbellemare closed 4 years ago
Boost uses a version.hpp header http://www.boost.org/doc/libs/1_37_0/boost/version.hpp
which keeps track of their version number and the library version number.
On Mon, Apr 22, 2013 at 12:24 PM, Marc G. Bellemare < notifications@github.com> wrote:
Currently updating the version number is messy business. We should use a
define or other mechanism to centralize the version number. Best would be
to first find out how other projects do it.
— Reply to this email directly or view it on GitHubhttps://github.com/mgbellemare/Arcade-Learning-Environment/issues/16 .
CMakeLists.txt
is now the single source of truth for the version number.
Currently updating the version number is messy business. We should use a #define or other mechanism to centralize the version number. Best would be to first find out how other projects do it.