diff --git a/App/PhotoDemon/Languages/Master/MASTER.xml b/App/PhotoDemon/Languages/Master/MASTER.xml index 854db4f3a4..64829008a9 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 - 8.1.55 + 8.2.1 Automatically generated from PhotoDemon's source code Tanner Helland diff --git a/Modules/PublicConstants.bas b/Modules/PublicConstants.bas index afacb3f8d6..4bf32dd023 100644 --- a/Modules/PublicConstants.bas +++ b/Modules/PublicConstants.bas @@ -15,7 +15,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_PRE_ALPHA +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 93702327bd..3e09d46233 100644 --- a/PhotoDemon.vbp +++ b/PhotoDemon.vbp @@ -453,8 +453,8 @@ HelpContextID="0" Description="PhotoDemon Photo Editor" CompatibleMode="0" MajorVer=8 -MinorVer=1 -RevisionVer=57 +MinorVer=2 +RevisionVer=1 AutoIncrementVer=1 ServerSupportFiles=0 VersionComments="Copyright 2000-2020 Tanner Helland - photodemon.org" diff --git a/README.md b/README.md index 468b1770da..d3f77389d4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ ## Download -| Stable (8.0) | Nightly (8.2-a) | Source code | +| Stable (8.2) | Nightly (9.0-a) | Source code | | :----------: | :-------------: | :---------: | -| [Download (.zip, 14 MB)](https://github.com/tannerhelland/PhotoDemon/releases/download/v8.0/PhotoDemon-8.0.zip) | [Download (.zip, 14 MB)](https://github.com/tannerhelland/PhotoDemon/releases/download/PhotoDemon-nightly/PhotoDemon-nightly.zip) | [Download (.zip, 17 MB)](https://github.com/tannerhelland/PhotoDemon/archive/master.zip) | +| [Download (.zip, 13 MB)](https://github.com/tannerhelland/PhotoDemon/releases/download/v8.2/PhotoDemon-8.2.zip) | [Download (.zip, 13 MB)](https://github.com/tannerhelland/PhotoDemon/releases/download/PhotoDemon-nightly/PhotoDemon-nightly.zip) | [Download (.zip, 17 MB)](https://github.com/tannerhelland/PhotoDemon/archive/master.zip) | -## About PhotoDemon 8.0 +## About PhotoDemon 8.2 **PhotoDemon** is a portable photo editor. It is 100% free and [100% open-source](https://github.com/tannerhelland/PhotoDemon/blob/master/README.md#licensing). @@ -58,7 +58,7 @@ Many open-source photo editors are usability nightmares. PhotoDemon tries not t ![Azure DevOps builds](https://img.shields.io/azure-devops/build/tannerhelland/d01b37a6-6b5c-4fc6-a143-fe82901da8dc/1?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/tannerhelland/PhotoDemon?style=flat-square) ![GitHub commits since latest release](https://img.shields.io/github/commits-since/tannerhelland/PhotoDemon/latest?style=flat-square&color=light-green) -PhotoDemon 8.0 just released, so nightly builds don't have much to report (yet)! +PhotoDemon 8.2 just released, so nightly builds don't have much to report (yet)! For a detailed list of recent changes, [check the project's commit log](https://github.com/tannerhelland/PhotoDemon/commits/master).