~ubuntu-branches/ubuntu/jaunty/ruby1.8/jaunty

« back to all changes in this revision

Viewing changes to version.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-09 10:42:29 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070809104229-vyrvcbqyy1jw0609
Tags: 1.8.6.36-1ubuntu1
* Merge with Debian; remaining changes:
  - Adjust configure options for lpia.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#define RUBY_VERSION "1.8.6"
2
 
#define RUBY_RELEASE_DATE "2007-03-13"
 
2
#define RUBY_RELEASE_DATE "2007-06-07"
3
3
#define RUBY_VERSION_CODE 186
4
 
#define RUBY_RELEASE_CODE 20070313
5
 
#define RUBY_PATCHLEVEL 0
 
4
#define RUBY_RELEASE_CODE 20070607
 
5
#define RUBY_PATCHLEVEL 36
6
6
 
7
7
#define RUBY_VERSION_MAJOR 1
8
8
#define RUBY_VERSION_MINOR 8
9
9
#define RUBY_VERSION_TEENY 6
10
10
#define RUBY_RELEASE_YEAR 2007
11
 
#define RUBY_RELEASE_MONTH 3
12
 
#define RUBY_RELEASE_DAY 13
 
11
#define RUBY_RELEASE_MONTH 6
 
12
#define RUBY_RELEASE_DAY 07
13
13
 
14
14
#ifdef RUBY_EXTERN
15
15
RUBY_EXTERN const char ruby_version[];