Skip to content

Commit 7c90c9f

Browse files
committed
Getting docs ready for 7.0 release.
1 parent 80909f1 commit 7c90c9f

File tree

9 files changed

+33
-24
lines changed

9 files changed

+33
-24
lines changed

Announce.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
SSSS ttt eeeee llll llll aaaaa
1010

1111
===========================================================================
12-
Release 6.7 for Linux, macOS and Windows
12+
Release 7.0 for Linux, macOS and Windows
1313
===========================================================================
1414

1515
The Atari 2600 Video Computer System (VCS), introduced in 1977, was the
@@ -21,22 +21,21 @@ all of your favourite Atari 2600 games again! Stella was originally
2121
developed for Linux by Bradford W. Mott, however, it has been ported to a
2222
number of other platforms and is currently maintained by Stephen Anthony.
2323

24-
This is the 6.7 release of Stella for Linux, macOS and Windows. The
24+
This is the 7.0 release of Stella for Linux, macOS and Windows. The
2525
distributions currently available are:
2626

27-
* Binaries for Windows 7/8/10/11 :
28-
Stella-6.7-win32.exe (32-bit EXE installer)
29-
Stella-6.7-x64.exe (64-bit EXE installer)
30-
Stella-6.7-windows.zip (32/64 bit versions)
27+
* Binary for Windows 7/8/10/11 :
28+
Stella-7.0-x64.exe (64-bit EXE installer)
29+
Stella-7.0-windows.zip (64 bit ZIP version)
3130

32-
* Binary distribution for macOS 10.9 and above :
33-
Stella-6.7-macos.dmg (ARM M1 and 64-bit Intel)
31+
* Binary distribution for macOS 10.12 and above :
32+
Stella-7.0-macos.dmg (ARM M1 and 64-bit Intel)
3433

3534
* Binary distribution for 64-bit Ubuntu :
36-
stella_6.7-1_amd64.deb
35+
stella_7.0-1_amd64.deb
3736

3837
* Source code distribution for all platforms :
39-
stella-6.7-src.tar.xz
38+
stella-7.0-src.tar.xz
4039

4140

4241
Distribution Site

Changes.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Release History
1313
===========================================================================
1414

15-
6.7.1 to 7.0 (XXXXX XX, 2024)
15+
6.7.1 to 7.0 (October 5, 2024)
1616

1717
* Enhanced ROM launcher to allow multiple images per ROM.
1818

@@ -46,13 +46,13 @@
4646

4747
* Accelerated emulation up to ~15% (ARM).
4848

49-
* Added limited GameLine Master Module bankswitching support.
49+
* Added limited GameLine Master Module bankswitching support.
5050

5151
* Added 03E0 bankswitching for Brazilian Parker Bros ROMs.
5252

53-
* Added WF8 bankswitching used by some certain Coleco white carts
53+
* Added WF8 bankswitching used by some certain Coleco white carts.
5454

55-
* Added JANE bankswitching used by Coleco's Tarzan prototype
55+
* Added JANE bankswitching used by Coleco's Tarzan prototype.
5656

5757
* Added ELF mapper for Mattress Monkeys.
5858

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
stella (7.0) stable; urgency=high
2+
3+
* Version 7.0 release
4+
5+
-- Stephen Anthony <[email protected]> Sat, 5 Oct 2024 17:09:59 -0230
6+
7+
18
stella (6.7) stable; urgency=high
29

310
* Version 6.7 release

docs/debugger.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<center><b><font size="7">Stella</font></b></center>
18-
<center><h4><b>Release 6.7</b></h4></center>
18+
<center><h4><b>Release 7.0</b></h4></center>
1919
<center><h1><b>Integrated Debugger</b></h1></center>
2020
<center><h4><b>(a work in progress)</b></h4></center>
2121
<br>

docs/index_r77.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
<center><h1>Stella for RetroN 77</h1></center>
6060
<center><h2>Atari 2600 VCS emulator</h2></center>
61-
<center>Release 6.7</center>
61+
<center>Release 7.0</center>
6262
<center><h2>Quick Navigation Guide</h2></center>
6363
<br/>
6464

src/common/StateManager.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifndef STATE_MANAGER_HXX
1919
#define STATE_MANAGER_HXX
2020

21-
#define STATE_HEADER "06070030state"
21+
#define STATE_HEADER "07000000state"
2222

2323
class OSystem;
2424
class RewindManager;

src/os/macos/Info-Stella.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
<key>CFBundleIdentifier</key>
4646
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
4747
<key>CFBundleInfoDictionaryVersion</key>
48-
<string>6.7</string>
48+
<string>7.0</string>
4949
<key>CFBundleName</key>
5050
<string>Stella</string>
5151
<key>CFBundlePackageType</key>
5252
<string>APPL</string>
5353
<key>CFBundleSignature</key>
5454
<string>StLa</string>
5555
<key>CFBundleVersion</key>
56-
<string>6.7</string>
56+
<string>7.0</string>
5757
<key>LSApplicationCategoryType</key>
5858
<string>public.app-category.games</string>
5959
<key>LSMinimumSystemVersionByArchitecture</key>

src/os/unix/stella.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name stella
2-
%define version 6.7
2+
%define version 7.0
33
%define rel 1
44

55
%define enable_sound 1
@@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
100100
%_datadir/icons/large/%{name}.png
101101

102102
%changelog
103+
* Sat Oct 5 2024 Stephen Anthony <[email protected]> 7.0-1
104+
- Version 7.0 release
105+
103106
* Mon Jun 13 2022 Stephen Anthony <[email protected]> 6.7-1
104107
- Version 6.7 release
105108

src/os/windows/stella.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico"
3636
//
3737

3838
VS_VERSION_INFO VERSIONINFO
39-
FILEVERSION 6,7,0,0
40-
PRODUCTVERSION 6,7,0,0
39+
FILEVERSION 7,0,0,0
40+
PRODUCTVERSION 7,0,0,0
4141
FILEFLAGSMASK 0x3fL
4242
#ifdef _DEBUG
4343
FILEFLAGS 0x1L
@@ -55,12 +55,12 @@ BEGIN
5555
VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPLv2."
5656
VALUE "CompanyName", "The Stella Team (https://stella-emu.github.io)"
5757
VALUE "FileDescription", "Stella"
58-
VALUE "FileVersion", "6.7"
58+
VALUE "FileVersion", "7.0"
5959
VALUE "InternalName", "Stella"
6060
VALUE "LegalCopyright", "Copyright (c) 1995-2024 The Stella Team"
6161
VALUE "OriginalFilename", "Stella.exe"
6262
VALUE "ProductName", "Stella"
63-
VALUE "ProductVersion", "6.7"
63+
VALUE "ProductVersion", "7.0"
6464
END
6565
END
6666
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)