source: extensions/gsdl-video/trunk/installed/cmdline/lib/ruby/1.8/i686-linux/version.h@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

File size: 524 bytes
Line 
1#define RUBY_VERSION "1.8.6"
2#define RUBY_RELEASE_DATE "2007-03-13"
3#define RUBY_VERSION_CODE 186
4#define RUBY_RELEASE_CODE 20070313
5#define RUBY_PATCHLEVEL 0
6
7#define RUBY_VERSION_MAJOR 1
8#define RUBY_VERSION_MINOR 8
9#define RUBY_VERSION_TEENY 6
10#define RUBY_RELEASE_YEAR 2007
11#define RUBY_RELEASE_MONTH 3
12#define RUBY_RELEASE_DAY 13
13
14#ifdef RUBY_EXTERN
15RUBY_EXTERN const char ruby_version[];
16RUBY_EXTERN const char ruby_release_date[];
17RUBY_EXTERN const char ruby_platform[];
18RUBY_EXTERN const int ruby_patchlevel;
19#endif
Note: See TracBrowser for help on using the repository browser.