Skip to content

Commit

Permalink
PhotoDemon 8.2
Browse files Browse the repository at this point in the history
Let's get this thing out the door so I can turn my attention to big 9.0 improvements
  • Loading branch information
tannerhelland committed Sep 9, 2020
1 parent 48fa289 commit 51c94fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion App/PhotoDemon/Languages/Master/MASTER.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<langid>en-US</langid>
<langname>English (US) - MASTER COPY</langname>
<langversion>8.1.55</langversion>
<langversion>8.2.1</langversion>
<langstatus>Automatically generated from PhotoDemon's source code</langstatus>

<author>Tanner Helland</author>
Expand Down
2 changes: 1 addition & 1 deletion Modules/PublicConstants.bas
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions PhotoDemon.vbp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down Expand Up @@ -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).

Expand Down

0 comments on commit 51c94fc

Please sign in to comment.