mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 06:52:20 +00:00
Bump version to 4.4.0
This commit is contained in:
parent
0f8a1d0e1f
commit
91d2c8faa8
3 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
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.
|
- 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.
|
- GRRLIB and pngu are now installed into the porlibs folder.
|
||||||
- Removed uint declaration. u32 should be used instead.
|
- 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
|
- New Bitmap FX
|
||||||
- Add GRRLIB_Exit to free the memory allocated by GRRLIB
|
- 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.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.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
|
[4.3.0]: https://github.com/GRRLIB/GRRLIB/compare/4.2.0...4.3.0
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -37,7 +37,7 @@ THE SOFTWARE.
|
||||||
/**
|
/**
|
||||||
* Version information for GRRLIB.
|
* Version information for GRRLIB.
|
||||||
*/
|
*/
|
||||||
#define GRRLIB_VER_STRING "4.3.2"
|
#define GRRLIB_VER_STRING "4.4.0"
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
// Includes
|
// Includes
|
||||||
|
|
|
@ -38,7 +38,7 @@ PROJECT_NAME = GRRLIB
|
||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# 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
|
# 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
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
|
Loading…
Reference in a new issue