# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * version.h - Version information | |
3 | * | |
4 | < | * SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig |
4 | > | * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig |
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 | |
# | Line 22 | Line 22 | |
22 | #define VERSION_H | |
23 | ||
24 | const int VERSION_MAJOR = 2; | |
25 | < | const int VERSION_MINOR = 2; |
25 | > | const int VERSION_MINOR = 3; |
26 | ||
27 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |