From d9d4bc5b28fef6cf9dac02115dd42d845ea6e740 Mon Sep 17 00:00:00 2001 From: tannerhelland Date: Thu, 11 Jul 2024 13:05:08 -0600 Subject: [PATCH] PhotoDemon 2024.7 (stable release) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A detailed release announcement is available at photodemon.org: https://photodemon.org/2024/07/11/photodemon-2024-7.html Thank you to everyone who contributed to this release. I am grateful for all of you ❤️ --- App/PhotoDemon/Languages/Master/MASTER.xml | 2 +- Modules/PublicConstants.bas | 2 +- PhotoDemon.vbp | 4 ++-- README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/App/PhotoDemon/Languages/Master/MASTER.xml b/App/PhotoDemon/Languages/Master/MASTER.xml index bb751b3f1..4846435eb 100644 --- a/App/PhotoDemon/Languages/Master/MASTER.xml +++ b/App/PhotoDemon/Languages/Master/MASTER.xml @@ -6,7 +6,7 @@ en-US English (US) - MASTER COPY - 2024.4.12 + 2024.7.1 Automatically generated from PhotoDemon's source code Tanner Helland diff --git a/Modules/PublicConstants.bas b/Modules/PublicConstants.bas index 1dcb94e12..0a4bafb88 100644 --- a/Modules/PublicConstants.bas +++ b/Modules/PublicConstants.bas @@ -14,7 +14,7 @@ End Enum 'Quality of the current build. This value automatically dictates a number of behaviors throughout the program, ' like reporting time-to-completion for effects and enabling detailed debug reports. Do not change unless you ' fully understand the consequences! -Public Const PD_BUILD_QUALITY As Long = PD_BETA +Public Const PD_BUILD_QUALITY As Long = PD_PRODUCTION 'Identifier for various PD-specific file types Public Const PD_IMAGE_IDENTIFIER As Long = &H44494450 'pdImage data (ASCII characters "PDID", as hex, little-endian) diff --git a/PhotoDemon.vbp b/PhotoDemon.vbp index 6acfe56c1..e08ef807a 100644 --- a/PhotoDemon.vbp +++ b/PhotoDemon.vbp @@ -526,8 +526,8 @@ HelpContextID="0" Description="PhotoDemon Photo Editor" CompatibleMode="0" MajorVer=2024 -MinorVer=4 -RevisionVer=45 +MinorVer=7 +RevisionVer=1 AutoIncrementVer=1 ServerSupportFiles=0 VersionComments="Copyright 2000-2024 Tanner Helland - photodemon.org" diff --git a/README.md b/README.md index 57ce615fd..9772a0db7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ | Stable (2024.7) | Nightly | Source code | | :----------: | :-------------: | :---------: | -| [Download ZIP (16 MB)](https://github.com/tannerhelland/PhotoDemon/releases/download/v2024.7/PhotoDemon-2024.7.zip) | [Download ZIP (18 MB)](https://github.com/tannerhelland/PhotoDemon/releases/download/PhotoDemon-nightly/PhotoDemon-nightly.zip) | [Download ZIP (22 MB)](https://github.com/tannerhelland/PhotoDemon/archive/main.zip) | +| [Download ZIP (18 MB)](https://github.com/tannerhelland/PhotoDemon/releases/download/v2024.7/PhotoDemon-2024.7.zip) | [Download ZIP (18 MB)](https://github.com/tannerhelland/PhotoDemon/releases/download/PhotoDemon-nightly/PhotoDemon-nightly.zip) | [Download ZIP (22 MB)](https://github.com/tannerhelland/PhotoDemon/archive/main.zip) | ## About PhotoDemon