Skip to content

Commit 4a84999

Browse files
ecliptikclaude
andcommitted
Update documentation version references to 1.9.7
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d838dbc commit 4a84999

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/About Flynn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=====================================================
22
Flynn
33
Telnet and Finger Client for Macintosh
4-
Version 1.9.6
4+
Version 1.9.7
55
=====================================================
66

77
Connect your classic Macintosh to the modern world.

docs/About Flynn.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=====================================================
22
Flynn
33
Telnet and Finger Client for Macintosh
4-
Version 1.9.6
4+
Version 1.9.7
55
=====================================================
66

77
Connect your classic Macintosh to the modern world.

docs/BUILD.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,15 +256,15 @@ The build produces three artifacts in the `build/` directory:
256256
- **Flynn.dsk** — 800K floppy disk image (bootable, includes About Flynn)
257257
- **Flynn.hqx** — BinHex archive (for email/BBS distribution, requires `macutils`)
258258

259-
Versioned copies include the preset name (e.g., `Flynn-1.9.6.bin` for full,
260-
`Flynn-Lite-1.9.6.bin` for lite, `Flynn-Minimal-1.9.6.bin` for minimal).
259+
Versioned copies include the preset name (e.g., `Flynn-1.9.7.bin` for full,
260+
`Flynn-Lite-1.9.7.bin` for lite, `Flynn-Minimal-1.9.7.bin` for minimal).
261261

262262
## Build Summary
263263

264264
After building, a summary shows the configuration:
265265

266266
```
267-
Build complete (v1.9.6, full preset):
267+
Build complete (v1.9.7, full preset):
268268
Sessions: 4, Scrollback: 192 lines
269269
Features: finger glyphs cp437 clipboard savefile bookmarks
270270
darkmode altscreen offscreen statusbar cursorstyles tabstops color dblwidth

resources/telnet.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ resource 'DITL' (130, "About Flynn") {
206206

207207
/* 3: App name + version */
208208
{10, 55, 30, 280},
209-
StaticText { disabled, "Flynn 1.9.6" };
209+
StaticText { disabled, "Flynn 1.9.7" };
210210

211211
/* 4: Machine type (set at runtime) */
212212
{33, 55, 49, 280},

0 commit comments

Comments
 (0)