comparison src/version.h @ 8874:bd1b1fe9c6e9 ss-3-1-53

bump version info for snapshot
author John W. Eaton <jwe@octave.org>
date Wed, 25 Feb 2009 18:35:47 -0500
parents e6a65a8605bc
children a017b920530e
comparison
equal deleted inserted replaced
8873:e258715b2e78 8874:bd1b1fe9c6e9
1 /* 1 /*
2 2
3 Copyright (C) 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001, 3 Copyright (C) 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001,
4 2002, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton 4 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton
5 5
6 This file is part of Octave. 6 This file is part of Octave.
7 7
8 Octave is free software; you can redistribute it and/or modify it 8 Octave is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published by the 9 under the terms of the GNU General Public License as published by the
22 */ 22 */
23 23
24 #if !defined (octave_version_h) 24 #if !defined (octave_version_h)
25 #define octave_version_h 1 25 #define octave_version_h 1
26 26
27 #define OCTAVE_VERSION "3.1.52+" 27 #define OCTAVE_VERSION "3.1.53"
28 28
29 #define OCTAVE_API_VERSION "api-v34+" 29 #define OCTAVE_API_VERSION "api-v35"
30 30
31 #define OCTAVE_RELEASE_DATE "2008-02-09" 31 #define OCTAVE_RELEASE_DATE "2009-02-25"
32 32
33 #define OCTAVE_COPYRIGHT "Copyright (C) 2008 John W. Eaton and others." 33 #define OCTAVE_COPYRIGHT "Copyright (C) 2009 John W. Eaton and others."
34 34
35 // This is the first line printed by --version. The GNU coding 35 // This is the first line printed by --version. The GNU coding
36 // standards say that the version number should follow the last space 36 // standards say that the version number should follow the last space
37 // on the line. 37 // on the line.
38 38