diff --git a/LICENSE b/LICENSE index 38009cf..0050316 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Rami Sabbagh +Copyright (c) 2019-2022 Rami Sabbagh Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 6e342e6..6279790 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,13 @@ Currently it makes tamplates for Windows (x86_64 and i686), Linux (x86_64 AppIma > Usually the build system doesn't need any modifications for new LÖVE versions, but if some restructuring had been made into LÖVE, the build system would get broken and need inspection and manual update... - Change the value in `LOVE_VERSION.txt` +- Update `FILEVERSION` and `PRODUCTVERSION` in `VersionInfo` files (in `windows` folder). - Wait to see if the Github Actions build goes well. -- If it worked, publish a new release +- If it worked, publish a new release. + +## Updating license year + +Update `LICENSE`, `LIKO-12-license.txt` and `VersionInfo` files (in `windows` folder). ## Publishing new release diff --git a/windows/VersionInfo_love.rc b/windows/VersionInfo_love.rc index 6ba41af..01c894f 100644 Binary files a/windows/VersionInfo_love.rc and b/windows/VersionInfo_love.rc differ diff --git a/windows/VersionInfo_lovec.rc b/windows/VersionInfo_lovec.rc index e1ac7dd..33b12f2 100644 Binary files a/windows/VersionInfo_lovec.rc and b/windows/VersionInfo_lovec.rc differ