Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
https://ale.farama.org/
GNU General Public License v2.0
2.18k stars 424 forks source link

Simplify version number updating #16

Closed mgbellemare closed 4 years ago

mgbellemare commented 11 years ago

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.

mhauskn commented 11 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 .

JesseFarebro commented 4 years ago

CMakeLists.txt is now the single source of truth for the version number.