diff --git a/CMakeLists.txt b/CMakeLists.txt index ef88c1eca5..d661bd9c78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ if(WIN32) endif() endif(WIN32) -set(ALLEGRO_VERSION 4.4.4) +set(ALLEGRO_VERSION 4.4.3) string(REGEX MATCH "^[0-9]+[.][0-9]+" ALLEGRO_SOVERSION ${ALLEGRO_VERSION}) # Mac OS X -compatibility_version. diff --git a/docs/src/allegro._tx b/docs/src/allegro._tx index f4fb165c6e..5ec4e42b07 100644 --- a/docs/src/allegro._tx +++ b/docs/src/allegro._tx @@ -18,7 +18,7 @@ @document_title=Allegro Manual @html_footer=Back to contents @rtfh=Allegro - a game programming library -@manh="version 4.4.4 (SVN)" "Allegro" "Allegro manual" +@manh="version 4.4.3" "Allegro" "Allegro manual" @mans=#include @man_shortdesc_force1=allegro @man_shortdesc_force2=Allegro game programming library. @@ -52,12 +52,12 @@ \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/ \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/ /\____/ - \_/__/ Version 4.4.4 (SVN) + \_/__/ Version 4.4.3 A game programming library. - By Shawn Hargreaves, Feb 02, 2019. + By Shawn Hargreaves, Mar 03, 2019. See the AUTHORS file for a complete list of contributors. diff --git a/docs/src/readme._tx b/docs/src/readme._tx index 57b31da1dc..7f814e66b0 100644 --- a/docs/src/readme._tx +++ b/docs/src/readme._tx @@ -31,12 +31,12 @@ \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/ \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/ /\____/ - \_/__/ Version 4.4.4 (SVN) + \_/__/ Version 4.4.3 A game programming library. - By Shawn Hargreaves, Feb 02, 2019. + By Shawn Hargreaves, Mar 03, 2019. See the AUTHORS file for a complete list of contributors. diff --git a/include/allegro/base.h b/include/allegro/base.h index 62c67e8b0a..4f194169de 100644 --- a/include/allegro/base.h +++ b/include/allegro/base.h @@ -46,10 +46,10 @@ #define ALLEGRO_VERSION 4 #define ALLEGRO_SUB_VERSION 4 -#define ALLEGRO_WIP_VERSION 4 -#define ALLEGRO_VERSION_STR "4.4.4 (SVN)" +#define ALLEGRO_WIP_VERSION 3 +#define ALLEGRO_VERSION_STR "4.4.3" #define ALLEGRO_DATE_STR "2019" -#define ALLEGRO_DATE 20190202 /* yyyymmdd */ +#define ALLEGRO_DATE 20190303 /* yyyymmdd */ /*******************************************/ /************ Some global stuff ************/ diff --git a/misc/allegro-config.in b/misc/allegro-config.in index 6415580f2e..d0322724db 100644 --- a/misc/allegro-config.in +++ b/misc/allegro-config.in @@ -12,7 +12,7 @@ # # This is heavily based on a similar script from GTK. -version=4.4.4 +version=4.4.3 prefix=@prefix@ exec_prefix=$prefix diff --git a/misc/pkgreadme._tx b/misc/pkgreadme._tx index d1dda2d34f..6bbc8fee4d 100644 --- a/misc/pkgreadme._tx +++ b/misc/pkgreadme._tx @@ -12,12 +12,12 @@ \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/ \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/ /\____/ - \_/__/ Version 4.4.4 (SVN) + \_/__/ Version 4.4.3 A game programming library. - By Shawn Hargreaves, Feb 02, 2019. + By Shawn Hargreaves, Mar 03, 2019. See the AUTHORS file for a complete list of contributors. diff --git a/src/win/dllver.rc b/src/win/dllver.rc index 0a6973d189..a7b04cf00a 100644 --- a/src/win/dllver.rc +++ b/src/win/dllver.rc @@ -5,8 +5,8 @@ 1 VERSIONINFO -FILEVERSION 4, 4, 4, 0 -PRODUCTVERSION 4, 4, 4, 0 +FILEVERSION 4, 4, 3, 0 +PRODUCTVERSION 4, 4, 3, 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_DLL BEGIN @@ -17,12 +17,12 @@ BEGIN VALUE "Comments", "Please see AUTHORS for a list of contributors\000" VALUE "CompanyName", "Allegro Developers\000\000" VALUE "FileDescription", "Allegro\000" - VALUE "FileVersion", "4.4.4 (SVN)\000" + VALUE "FileVersion", "4.4.3\000" VALUE "InternalName", "ALLEG44\000" VALUE "LegalCopyright", "Copyright © 1994-2019 Allegro Developers\000\000" VALUE "OriginalFilename", "ALLEG44.DLL\000" VALUE "ProductName", "Allegro\000" - VALUE "ProductVersion", "4.4.4 (SVN)\000" + VALUE "ProductVersion", "4.4.3\000" END END