open up 2.4.0 development for major(ish) changes

master
Mike Frysinger 2021-04-24 23:21:42 -04:00
parent 4af36208b2
commit d89be11633
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ extern "C" {
* whitespace, take the form GD_*_VERSION and contain the magical
* trailing comment. */
#define GD_MAJOR_VERSION 2 /*version605b5d1778*/
#define GD_MINOR_VERSION 3 /*version605b5d1778*/
#define GD_RELEASE_VERSION 2 /*version605b5d1778*/
#define GD_EXTRA_VERSION "" /*version605b5d1778*/
#define GD_MINOR_VERSION 4 /*version605b5d1778*/
#define GD_RELEASE_VERSION 0 /*version605b5d1778*/
#define GD_EXTRA_VERSION "-dev" /*version605b5d1778*/
/* End parsable section. */
/* The version string. This is constructed from the version number