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

« back to all changes in this revision

Viewing changes to version.h

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2006-05-08 22:23:12 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060508222312-w2wqeaz030ifi59j
Tags: 1.9.0+20060423-3ubuntu1
* Resynchronized with Debian.
* Only change from Debian is the addition of
  debian/patches/903_sparc_fix_define.patch to fix illegal instructions
  at runtime on sparc. (change from 1.9.0+20050921-1ubuntu1)

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 "2005-09-21"
 
2
#define RUBY_RELEASE_DATE "2006-04-21"
3
3
#define RUBY_VERSION_CODE 190
4
 
#define RUBY_RELEASE_CODE 20050921
 
4
#define RUBY_RELEASE_CODE 20060421
5
5
 
6
6
#define RUBY_VERSION_MAJOR 1
7
7
#define RUBY_VERSION_MINOR 9
8
8
#define RUBY_VERSION_TEENY 0
9
 
#define RUBY_RELEASE_YEAR 2005
10
 
#define RUBY_RELEASE_MONTH 9
 
9
#define RUBY_RELEASE_YEAR 2006
 
10
#define RUBY_RELEASE_MONTH 4
11
11
#define RUBY_RELEASE_DAY 21
12
12
 
13
13
RUBY_EXTERN const char ruby_version[];