Sha256: 237e7697bae7b9bf01fa80b70dc2c3931e4501f5455cd1b9319e7608112ee60e

Contents?: true

Size: 1.69 KB

Versions: 21

Compression:

Stored size: 1.69 KB

Contents

#define RUBY_VERSION "1.9.2"
<<<<<<< HEAD
<<<<<<< HEAD
#define RUBY_PATCHLEVEL 34
=======
#define RUBY_PATCHLEVEL 27
>>>>>>> 7f5d559... merges r29155 from trunk into ruby_1_9_2. fixes #3777, #3772 and #3722.
=======
#define RUBY_PATCHLEVEL 30
>>>>>>> 13fdd22... merges r29188 from trunk into ruby_1_9_2.
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 1

#define RUBY_RELEASE_YEAR 2010
#define RUBY_RELEASE_MONTH 11
#define RUBY_RELEASE_DAY 2
#define RUBY_RELEASE_DATE "2010-11-02"

#include "ruby/version.h"

#if !defined RUBY_LIB_VERSION && defined RUBY_LIB_VERSION_STYLE
# if RUBY_LIB_VERSION_STYLE == 3
#   define RUBY_LIB_VERSION STRINGIZE(RUBY_VERSION_MAJOR)"."STRINGIZE(RUBY_VERSION_MINOR)"."STRINGIZE(RUBY_VERSION_TEENY)
# elif RUBY_LIB_VERSION_STYLE == 2
#   define RUBY_LIB_VERSION STRINGIZE(RUBY_VERSION_MAJOR)"."STRINGIZE(RUBY_VERSION_MINOR)
# endif
#endif

#if RUBY_PATCHLEVEL == -1
#define RUBY_PATCHLEVEL_STR "dev"
#else
#define RUBY_PATCHLEVEL_STR "p"STRINGIZE(RUBY_PATCHLEVEL)
#endif

#ifndef RUBY_REVISION
# include "revision.h"
#endif
# ifndef RUBY_REVISION
# define RUBY_REVISION 0
#endif

#if RUBY_REVISION
# ifdef RUBY_BRANCH_NAME
#  define RUBY_REVISION_STR " "RUBY_BRANCH_NAME" "STRINGIZE(RUBY_REVISION)
# else
#  define RUBY_REVISION_STR " revision "STRINGIZE(RUBY_REVISION)
# endif
#else
# define RUBY_REVISION_STR ""
#endif

# define RUBY_DESCRIPTION	    \
    "ruby "RUBY_VERSION		    \
    RUBY_PATCHLEVEL_STR             \
    " ("RUBY_RELEASE_DATE	    \
    RUBY_REVISION_STR") "	    \
    "["RUBY_PLATFORM"]"
# define RUBY_COPYRIGHT 	    \
    "ruby - Copyright (C) "	    \
    STRINGIZE(RUBY_BIRTH_YEAR)"-"   \
    STRINGIZE(RUBY_RELEASE_YEAR)" " \
    RUBY_AUTHOR

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
binding_of_caller-0.7.1 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.7 ext/binding_of_caller/ruby_headers/192/version.h
rake-builder-0.8.0 examples/04_zlib/vendor/bundle/gems/binding_of_caller-0.6.8/ext/binding_of_caller/ruby_headers/192/version.h
rake-builder-0.7.0 examples/04_zlib/vendor/bundle/gems/binding_of_caller-0.6.8/ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.6.8 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.6.8pre1 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.6.7 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.6.6 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.6.5 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.6.4 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.6.3 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.6.3-universal-rubinius ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.6.2 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.6.1 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.6.0 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.5.0 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.4.1 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.4.0 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.3.1 ext/binding_of_caller/ruby_headers/192/version.h
binding_of_caller-0.3.0 ext/binding_of_caller/ruby_headers/192/version.h