Skip to content

Commit

Permalink
0.8.1 release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
gooofy committed Dec 26, 2021
1 parent 5d382e3 commit e5b759b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Improvements:
* runtime: ON BREAK CALL command added
* runtime: BOB() function x/y offset arguments added
* ide: editor will use the system text font now
* ide: editor RTG high/true color rendering fixed
* ide: editor horizontal scrolling implemented

Bug Fixes:

* write INI file on deinit only (seems to help with AmigaOS 3.2 68000 stability)
* fix function node refs in amigaguide help
* disable unavailable/unimplemented menu items
* ide: editor RTG high/true color rendering fixed
* ide: write INI file on deinit only (seems to help with AmigaOS 3.2 68000 stability)
* ide: disable unavailable/unimplemented menu items
* help: fix function node refs in amigaguide help

## 0.8.0

Expand Down
2 changes: 1 addition & 1 deletion dist.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=0.8.1preview2
VERSION=0.8.1
WORKDIR=`pwd`/target/m68k-amigaos/dist
LHA=${WORKDIR}/aqb-${VERSION}.lha

Expand Down
2 changes: 1 addition & 1 deletion src/compiler/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typedef char bool;
#define TRUE 1
#define FALSE 0

#define VERSION "0.8.1preview2"
#define VERSION "0.8.1"
#define COPYRIGHT "(C) 2020, 2021 by G. Bartsch"
#define PROGRAM_NAME_SHORT "AQB"
#define PROGRAM_NAME_LONG "AQB Amiga BASIC"
Expand Down

0 comments on commit e5b759b

Please sign in to comment.