~ubuntu-branches/ubuntu/precise/ruby1.9/precise

« back to all changes in this revision

Viewing changes to version.h

  • Committer: Bazaar Package Importer
  • Author(s): akira yamada
  • Date: 2007-05-26 21:02:58 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070526210258-nkfg24tdre4e3tqw
Tags: 1.9.0+20070526-1
new upstream snapshot. (2006-07-26)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#define RUBY_VERSION "1.9.0"
2
 
#define RUBY_RELEASE_DATE "2007-05-23"
 
2
#define RUBY_RELEASE_DATE "2007-05-26"
3
3
#define RUBY_VERSION_CODE 190
4
 
#define RUBY_RELEASE_CODE 20070523
 
4
#define RUBY_RELEASE_CODE 20070526
5
5
#define RUBY_PATCHLEVEL 0
6
6
 
7
7
#define RUBY_VERSION_MAJOR 1
9
9
#define RUBY_VERSION_TEENY 0
10
10
#define RUBY_RELEASE_YEAR 2007
11
11
#define RUBY_RELEASE_MONTH 5
12
 
#define RUBY_RELEASE_DAY 23
 
12
#define RUBY_RELEASE_DAY 26
13
13
 
14
14
#ifdef RUBY_EXTERN
15
15
RUBY_EXTERN const char ruby_version[];