git-svn-id: https://spexeah.com:8443/svn/Asuro@581 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron 2018-04-29 15:00:46 +00:00
parent 297a95c546
commit 57be221f93
9 changed files with 2 additions and 2 deletions

BIN
Asuro.iso

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3,11 +3,11 @@ unit asuro;
interface
const
VERSION = '1.0.0-578a';
VERSION = '1.0.0-579a';
VERSION_MAJOR = '1';
VERSION_MINOR = '0';
VERSION_SUB = '0';
REVISION = '578';
REVISION = '579';
RELEASE = 'a';
implementation