2
0
Martijn Laan 5 жил өмнө
parent
commit
d08cff34ff
5 өөрчлөгдсөн 5 нэмэгдсэн , 5 устгасан
  1. 1 1
      ISHelp/isetup.xml
  2. 1 1
      Projects/Struct.pas
  3. 1 1
      build.bat
  4. 1 1
      setup.iss
  5. 1 1
      whatsnew.htm

+ 1 - 1
ISHelp/isetup.xml

@@ -86,7 +86,7 @@
 <body>
 
 <p>
-<b>Inno Setup version 6.1.0</b><br/>
+<b>Inno Setup version 6.1.0-beta</b><br/>
 <b>Copyright &copy; 1997-2020 Jordan Russell. All rights reserved.</b><br/>
 <b>Portions Copyright &copy; 2000-2020 Martijn Laan. All rights reserved.</b><br/>
 <extlink href="https://jrsoftware.org/">Inno Setup home page</extlink>

+ 1 - 1
Projects/Struct.pas

@@ -17,7 +17,7 @@ uses
 
 const
   SetupTitle = 'Inno Setup';
-  SetupVersion = '6.1.0-dev';
+  SetupVersion = '6.1.0-beta';
   SetupBinVersion = (6 shl 24) + (1 shl 16) + (0 shl 8) + 0;
 
 type

+ 1 - 1
build.bat

@@ -19,7 +19,7 @@ rem  Once done the installer can be found in Output
 
 setlocal
 
-set VER=6.1.0-dev
+set VER=6.1.0-beta
 
 echo Building Inno Setup %VER%...
 echo.

+ 1 - 1
setup.iss

@@ -11,7 +11,7 @@
 [Setup]
 AppName=Inno Setup
 AppId=Inno Setup 6
-AppVersion=6.1.0-dev
+AppVersion=6.1.0-beta
 AppPublisher=jrsoftware.org
 AppPublisherURL=https://www.innosetup.com/
 AppSupportURL=https://www.innosetup.com/

+ 1 - 1
whatsnew.htm

@@ -28,7 +28,7 @@ For conditions of distribution and use, see <a href="https://jrsoftware.org/file
 
 <p><b>Want to be notified by e-mail of new Inno Setup releases?</b> <a href="https://jrsoftware.org/ismail.php">Subscribe</a> to the Inno Setup Mailing List!<br /><b>If you subscribed before October 2019, please resubscribe.</b></p>
 
-<p><a name="6.1.0"></a><span class="ver">6.1.0-dev </span><span class="date">(?)</span></p>
+<p><a name="6.1.0"></a><span class="ver">6.1.0-beta </span><span class="date">(2020-09-13)</span></p>
 <p><span class="head2">Per-user fonts</span></p>
 <p>Per-user fonts are now supported if Setup is running on Windows 10 Version 1803 and later:</p>
 <ul>