diff options
author | Eugene Sandulenko | 2019-09-23 00:12:30 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-23 00:12:30 +0200 |
commit | 41b49444b67e82b3a7a6b63a9f40a6dc1abb2fea (patch) | |
tree | 26dbf1ccbfe49c33f3de25caa83a2b2b93c0e012 /dists/amiga | |
parent | 6cf52b515dc950f69c000929bc588d5653169f20 (diff) | |
download | scummvm-rg350-41b49444b67e82b3a7a6b63a9f40a6dc1abb2fea.tar.gz scummvm-rg350-41b49444b67e82b3a7a6b63a9f40a6dc1abb2fea.tar.bz2 scummvm-rg350-41b49444b67e82b3a7a6b63a9f40a6dc1abb2fea.zip |
RELEASE: This is 2.2.0git
Diffstat (limited to 'dists/amiga')
-rw-r--r-- | dists/amiga/RM2AG.rexx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/amiga/RM2AG.rexx b/dists/amiga/RM2AG.rexx index ab41d64df7..43900e0801 100644 --- a/dists/amiga/RM2AG.rexx +++ b/dists/amiga/RM2AG.rexx @@ -29,7 +29,7 @@ OPEN(guide_write,'README.guide','W') Prepare the Amiga guide file, add the intro and fixed text. */ WRITELN(guide_write,'@DATABASE ScummVM README.guide') -WRITELN(guide_write,'@$VER: ScummVM Readme 2.1.0git') +WRITELN(guide_write,'@$VER: ScummVM Readme 2.2.0git') WRITELN(guide_write,'@(C) by The ScummVM team') WRITELN(guide_write,'@AUTHOR The ScummVM team') WRITELN(guide_write,'@WORDWRAP') |