bump version to match the one in the config file.

This commit is contained in:
Kalamatee 2023-05-02 19:10:49 +01:00 committed by deadwood
parent f5e8532e54
commit 1ff8c942d2
1 changed files with 2 additions and 2 deletions

View File

@ -179,9 +179,9 @@ void mainloop(void);
#define MINOR_VERSION (84)
#ifdef __GNUC__
const char ver_version[] = "\0$VER: " PROGRAMNAMEVER " 1.84 (" ADATE ")\r\n";
const char ver_version[] = "\0$VER: " PROGRAMNAMEVER " 1.85 (" ADATE ")\r\n";
#else
static const char ver_version[] = {"\0$VER: " PROGRAMNAMEVER " 1.84 " __AMIGADATE__ "\r\n"};
static const char ver_version[] = {"\0$VER: " PROGRAMNAMEVER " 1.85 " __AMIGADATE__ "\r\n"};
#endif
#ifdef __AROS__