1 |
|
/* |
2 |
|
* version.h - Version information |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-1999 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2001 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
22 |
|
#define VERSION_H |
23 |
|
|
24 |
|
const int VERSION_MAJOR = 0; |
25 |
< |
const int VERSION_MINOR = 8; |
25 |
> |
const int VERSION_MINOR = 9; |
26 |
|
|
27 |
< |
#define VERSION_STRING "Basilisk II V0.8" |
27 |
> |
#define VERSION_STRING "Basilisk II V0.9" |
28 |
|
|
29 |
|
#endif |