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.1 by cebix, 1999-10-03T14:16:26Z vs.
Revision 1.6 by cebix, 2004-01-12T15:29:27Z

# Line 1 | Line 1
1   /*
2   *  version.h - Version information
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2004 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 21 | Line 21
21   #ifndef VERSION_H
22   #define VERSION_H
23  
24 < const int VERSION_MAJOR = 0;
25 < const int VERSION_MINOR = 7;
24 > const int VERSION_MAJOR = 1;
25 > const int VERSION_MINOR = 0;
26  
27 < #define VERSION_STRING "Basilisk II V0.7"
27 > #define VERSION_STRING "Basilisk II V1.0"
28  
29   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines