summaryrefslogtreecommitdiff
path: root/version.h
blob: e1222098c36e49143c89b14474b56e06a4093d7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#define RUBY_VERSION "1.8.5"
#define RUBY_RELEASE_DATE "2007-08-16"
#define RUBY_VERSION_CODE 185
#define RUBY_RELEASE_CODE 20070816
#define RUBY_PATCHLEVEL 61

#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 5
#define RUBY_RELEASE_YEAR 2007
#define RUBY_RELEASE_MONTH 8
#define RUBY_RELEASE_DAY 16

#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];
RUBY_EXTERN const char ruby_platform[];
RUBY_EXTERN const int ruby_patchlevel;
#endif
ch?id=42328d4ef447b71f952a8b3a6e9850b4f827b7ea'>[ruby/psych] more special casesOrenGitHub 2025-05-09[ruby/psych] duplicate more testsOrenGitHub 2025-05-09[ruby/psych] add first test for safe load streamOrenGitHub 2025-05-02[ruby/psych] Ensure to remove the test constantsNobuyoshi Nakada 2025-05-01Add support for Data objects with ivarsnick evans 2025-05-01[ruby/psych] Add support for ruby 3.2 Data objectsnick evans 2025-05-01[ruby/psych] Fix loading/parsing regular expressionsMartin Meyerhoff 2025-04-30[ruby/psych] Handle Ruby 3.5 new Set classJean Boussier 2025-03-27[ruby/psych] Format Date in ISO-8601 explicitlyNobuyoshi Nakada 2025-01-10Make Pstore tests as optionalHiroshi SHIBATA 2025-01-08Omit Psych_Unit_Tests if ostruct is not availableHiroshi SHIBATA 2024-11-20[ruby/psych] Eagerly require `date`.Thierry Deo 2024-09-11[ruby/psych] Ensure strings with only underscores are not processed as IntegerJohn Meade 2024-08-09[ruby/psych] Convert tabs to spaces in test/psych/test_yaml.rbPeter Zhu 2024-01-18[ruby/psych] Add :stringify_names option to convert symbol keys to string for...Robert Schulze 2024-01-17[ruby/psych] issue #443: drop special tests for y, Y, n, N since they covered...Colin Kelley 2024-01-17[ruby/psych] issue #443: quote Y and N when dumpingColin Kelley