diff --git a/CHANGELOG.md b/CHANGELOG.md index 8724855..5a56d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. -## [Unreleased] +## [4.4.0] - 2020-01-12 - Removed libpng, zlib, libfreetype and libjpeg from project. These libraries should now be installed with pacman. - GRRLIB and pngu are now installed into the porlibs folder. - Removed uint declaration. u32 should be used instead. @@ -94,7 +94,7 @@ All notable changes to this project will be documented in this file. - New Bitmap FX - Add GRRLIB_Exit to free the memory allocated by GRRLIB -[Unreleased]: https://github.com/GRRLIB/GRRLIB/compare/4.3.2...HEAD +[4.4.0]: https://github.com/GRRLIB/GRRLIB/compare/4.3.2...4.4.0 [4.3.2]: https://github.com/GRRLIB/GRRLIB/compare/4.3.1...4.3.2 [4.3.1]: https://github.com/GRRLIB/GRRLIB/compare/4.3.0...4.3.1 [4.3.0]: https://github.com/GRRLIB/GRRLIB/compare/4.2.0...4.3.0 diff --git a/GRRLIB/GRRLIB/grrlib.h b/GRRLIB/GRRLIB/grrlib.h index 0ebef43..d274d75 100644 --- a/GRRLIB/GRRLIB/grrlib.h +++ b/GRRLIB/GRRLIB/grrlib.h @@ -1,5 +1,5 @@ /*------------------------------------------------------------------------------ -Copyright (c) 2009-2019 The GRRLIB Team +Copyright (c) 2009-2020 The GRRLIB Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -37,7 +37,7 @@ THE SOFTWARE. /** * Version information for GRRLIB. */ -#define GRRLIB_VER_STRING "4.3.2" +#define GRRLIB_VER_STRING "4.4.0" //============================================================================== // Includes diff --git a/grrlib.doxygen b/grrlib.doxygen index a5238d0..ffd8e0b 100644 --- a/grrlib.doxygen +++ b/grrlib.doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = GRRLIB # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.3.2 +PROJECT_NUMBER = 4.4.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a