From 32ddd8e1768e2528c1124a6db762105d8638416c Mon Sep 17 00:00:00 2001 From: Alekmaul Date: Sat, 9 Mar 2024 10:45:42 +0100 Subject: [PATCH] chore(*): update to new version --- LICENSE | 2 +- devkitsnes/readme.txt | 3 +++ pvsneslib/Makefile | 2 +- pvsneslib/pvsneslib_license.txt | 5 ++++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index af619cab..7602ceed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2012-2023 alekmaul +Copyright (c) 2012-2024 alekmaul 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/devkitsnes/readme.txt b/devkitsnes/readme.txt index 2aef093e..b2a09fbe 100644 --- a/devkitsnes/readme.txt +++ b/devkitsnes/readme.txt @@ -29,6 +29,9 @@ SPECIAL THANKS CHANGE LOG ---------------------- +VERSION V4.2.1 (March,04,2024) +- See github changelog of the release + VERSION V4.2.0 (March,04,2024) - See github changelog of the release diff --git a/pvsneslib/Makefile b/pvsneslib/Makefile index d12923ca..55578d61 100644 --- a/pvsneslib/Makefile +++ b/pvsneslib/Makefile @@ -7,7 +7,7 @@ export TOPDIR := $(CURDIR) # create version number which will be used everywhere export PVSNESLIB_MAJOR := 4 export PVSNESLIB_MINOR := 2 -export PVSNESLIB_PATCH := 0 +export PVSNESLIB_PATCH := 1 export PVSNESLIB_VERSION := $(PVSNESLIB_MAJOR).$(PVSNESLIB_MINOR).$(PVSNESLIB_PATCH) # Directory with docs config and output (via doxygen) diff --git a/pvsneslib/pvsneslib_license.txt b/pvsneslib/pvsneslib_license.txt index 25493997..58d1d814 100644 --- a/pvsneslib/pvsneslib_license.txt +++ b/pvsneslib/pvsneslib_license.txt @@ -1,5 +1,5 @@ -------------------------------------------------------------------------- - Copyright (C) 2012-2023 + Copyright (C) 2012-2024 Alekmaul This software is provided 'as-is', without any express or implied @@ -21,6 +21,9 @@ -------------------------------------------------------------------------- CHANGE LOG -------------------------------------------------------------------------- +V4.2.1 (March,04,2024) +- See github changelog of the release + V4.2.0 (March,04,2024) - See github changelog of the release