ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/version.h
(Generate patch)

Comparing BasiliskII/src/include/version.h (file contents):
Revision 1.2 by cebix, 1999-10-21T18:29:08Z vs.
Revision 1.4 by cebix, 2001-02-02T20:52:59Z

# Line 1 | Line 1
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
# Line 22 | Line 22
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines