Skip to content

Commit

Permalink
Drop version to 4.4.3 for 4.4.3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Mar 4, 2019
1 parent 41b0d3d commit 8a386b2
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions docs/src/allegro._tx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <allegro.h>
@man_shortdesc_force1=allegro
@man_shortdesc_force2=Allegro game programming library.
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/src/readme._tx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions include/allegro/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ************/
Expand Down
2 changes: 1 addition & 1 deletion misc/allegro-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions misc/pkgreadme._tx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions src/win/dllver.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 8a386b2

Please sign in to comment.