comparison src/version.h @ 5206:61bf9cfc38da

[project @ 2005-03-15 19:00:41 by jwe]
author jwe
date Tue, 15 Mar 2005 19:00:41 +0000
parents 9f3299378193
children 5c2f58301790
comparison
equal deleted inserted replaced
5205:59592dcbb5d8 5206:61bf9cfc38da
1 /* 1 /*
2 2
3 Copyright (C) 1996-2004 John W. Eaton 3 Copyright (C) 1996-2005 John W. Eaton
4 4
5 This file is part of Octave. 5 This file is part of Octave.
6 6
7 Octave is free software; you can redistribute it and/or modify it 7 Octave is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by the 8 under the terms of the GNU General Public License as published by the
21 */ 21 */
22 22
23 #if !defined (octave_version_h) 23 #if !defined (octave_version_h)
24 #define octave_version_h 1 24 #define octave_version_h 1
25 25
26 #define OCTAVE_VERSION "2.1.cvs" 26 #define OCTAVE_VERSION "2.9.0"
27 27
28 #define OCTAVE_API_VERSION "api-cvs" 28 #define OCTAVE_API_VERSION "api-v14"
29 29
30 #define OCTAVE_COPYRIGHT \ 30 #define OCTAVE_COPYRIGHT \
31 "Copyright (C) 2005 John W. Eaton." 31 "Copyright (C) 2005 John W. Eaton."
32 32
33 #define OCTAVE_NAME_AND_VERSION \ 33 #define OCTAVE_NAME_AND_VERSION \