mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Remove the version folder from the Windows Default Installation path.
2) Rename the release note to 8.0 3) Update the version for release v8.0
This commit is contained in:
parent
23c618e1c9
commit
101f6fc103
@ -11,7 +11,7 @@ notes for it.
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
release_notes_7_9
|
release_notes_8_0
|
||||||
release_notes_7_8
|
release_notes_7_8
|
||||||
release_notes_7_7
|
release_notes_7_7
|
||||||
release_notes_7_6
|
release_notes_7_6
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
***********
|
***********
|
||||||
Version 7.9
|
Version 8.0
|
||||||
***********
|
***********
|
||||||
|
|
||||||
Release date: 2023-11-23
|
Release date: 2023-11-23
|
@ -20,7 +20,7 @@ AppPublisher={#MyAppPublisher}
|
|||||||
AppPublisherURL={#MyAppURL}
|
AppPublisherURL={#MyAppURL}
|
||||||
AppSupportURL={#MyAppURL}
|
AppSupportURL={#MyAppURL}
|
||||||
AppUpdatesURL={#MyAppURL}
|
AppUpdatesURL={#MyAppURL}
|
||||||
DefaultDirName={autopf}\{#MyAppName}\{#MyAppVersion}
|
DefaultDirName={autopf}\{#MyAppName}
|
||||||
DefaultGroupName={#MyAppName}
|
DefaultGroupName={#MyAppName}
|
||||||
DisableWelcomePage=no
|
DisableWelcomePage=no
|
||||||
DisableProgramGroupPage=auto
|
DisableProgramGroupPage=auto
|
||||||
|
@ -49,8 +49,8 @@ APP_ICON = 'pg-icon'
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Application version number components
|
# Application version number components
|
||||||
APP_RELEASE = 7
|
APP_RELEASE = 8
|
||||||
APP_REVISION = 8
|
APP_REVISION = 0
|
||||||
|
|
||||||
# Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string
|
# Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string
|
||||||
# for GA releases.
|
# for GA releases.
|
||||||
@ -59,7 +59,7 @@ APP_SUFFIX = ''
|
|||||||
# Numeric application version for upgrade checks. Should be in the format:
|
# Numeric application version for upgrade checks. Should be in the format:
|
||||||
# [X]XYYZZ, where X is the release version, Y is the revision, with a leading
|
# [X]XYYZZ, where X is the release version, Y is the revision, with a leading
|
||||||
# zero if needed, and Z represents the suffix, with a leading zero if needed
|
# zero if needed, and Z represents the suffix, with a leading zero if needed
|
||||||
APP_VERSION_INT = 70800
|
APP_VERSION_INT = 80000
|
||||||
|
|
||||||
# DO NOT CHANGE!
|
# DO NOT CHANGE!
|
||||||
# The application version string, constructed from the components
|
# The application version string, constructed from the components
|
||||||
|
Loading…
Reference in New Issue
Block a user