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:
Akshay Joshi 2023-11-17 17:52:56 +05:30
parent 23c618e1c9
commit 101f6fc103
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
*********** ***********
Version 7.9 Version 8.0
*********** ***********
Release date: 2023-11-23 Release date: 2023-11-23

View File

@ -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

View File

@ -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