2.1.0 final reports as 2.1.0-alpha

Issue #77 resolved
Remi created an issue

This is just a reminder

$ grep VERSION src/gd.h
#define GD_MAJOR_VERSION 2
#define GD_MINOR_VERSION 1
#define GD_RELEASE_VERSION 0
#define GD_EXTRA_VERSION "alpha"
#define GD_VERSION_STRING "2.1.0-alpha"

Need to find a better way to handle this (from configure macro ?)

Also need to check CMakefile.txt

Comments (13)

  1. Former user Account Deleted

    @pierrejoye Could we generate gd.h from gd.hin? This seems to be a very simple to implement.

  2. Former user Account Deleted

    No exactly sure what you mean, I use Windows only as firmware for booting SWTOR :)

  3. Former user Account Deleted

    The other option would be to (re)generate the file when making "make dist", but I am not sure if it's worth the trouble.

  4. Former user Account Deleted

    I still don't understand how would you avoid changing the installed gd.h – those #defines are public and I am pretty sure that people are checking them after including gd.h, e.g. dropping the #defines from gd.h would change API and we want to avoid that as much as possible.

  5. Former user Account Deleted

    Well, only the autotools parts, @pierrejoye could you pull the fix into CMake, please?

  6. Log in to comment