# HG changeset patch # User John W. Eaton # Date 1252752913 14400 # Node ID 74be4b7273e43952e1afcd9ad979d35667c7f82e # Parent 36d885c4a1ac230c85138e732495b6da97f31928 update version info for snapshot diff -r 36d885c4a1ac -r 74be4b7273e4 src/ChangeLog --- a/src/ChangeLog Fri Sep 11 11:16:38 2009 +0200 +++ b/src/ChangeLog Sat Sep 12 06:55:13 2009 -0400 @@ -1,3 +1,9 @@ +2009-09-12 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 3.3.50. + (OCTAVE_API_VERSION): Now api-v38. + (OCTAVE_RELEASE_DATE): Now 2009-09-12. + 2009-09-08 Rafael Laboissiere * pr-output.cc: New test. diff -r 36d885c4a1ac -r 74be4b7273e4 src/version.h --- a/src/version.h Fri Sep 11 11:16:38 2009 +0200 +++ b/src/version.h Sat Sep 12 06:55:13 2009 -0400 @@ -25,11 +25,11 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "3.1.55" +#define OCTAVE_VERSION "3.3.50" -#define OCTAVE_API_VERSION "api-v37" +#define OCTAVE_API_VERSION "api-v38" -#define OCTAVE_RELEASE_DATE "2009-03-25" +#define OCTAVE_RELEASE_DATE "2009-09-12n" #define OCTAVE_COPYRIGHT "Copyright (C) 2009 John W. Eaton and others."