comparison src/version.h @ 8706:280fb6b699b8

src/version.h: update for snapshot
author John W. Eaton <jwe@octave.org>
date Mon, 09 Feb 2009 14:20:12 -0500
parents b4a1a5472191
children e6a65a8605bc
comparison
equal deleted inserted replaced
8705:ccdab7f029a3 8706:280fb6b699b8
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.51+" 27 #define OCTAVE_VERSION "3.1.52"
28 28
29 #define OCTAVE_API_VERSION "api-v33+" 29 #define OCTAVE_API_VERSION "api-v34"
30 30
31 #define OCTAVE_RELEASE_DATE "2008-07-21" 31 #define OCTAVE_RELEASE_DATE "2008-02-09"
32 32
33 #define OCTAVE_COPYRIGHT "Copyright (C) 2008 John W. Eaton and others." 33 #define OCTAVE_COPYRIGHT "Copyright (C) 2008 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