summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-05 02:21:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-05 02:21:37 +0000
commit0d1a6a4bd2716f8e3201a4307d5a886c61a29807 (patch)
tree3aa0b97df9894a567483751ede60c298b56045da /version.h
parent900ef642ddc541dd702d5130297cd68ec157d34c (diff)
downloadruby-0d1a6a4bd2716f8e3201a4307d5a886c61a29807.tar.gz
ruby-0d1a6a4bd2716f8e3201a4307d5a886c61a29807.tar.xz
ruby-0d1a6a4bd2716f8e3201a4307d5a886c61a29807.zip
* configure.in (RUBY_LIB_VERSION): added for library version, to
split from core version. [ruby-dev:37748] * configure.in (RUBY_LIB_PATH, etc): moved actual version dependent stuff to version.c. * ruby.c (ruby_init_loadpath_safe): ditto. * version.c (ruby_initial_load_paths): moved initial load path version depending on version from ruby.c. * version.h (RUBY_VERSION_{MAJOR,MINOR,TEENY}): now mean library and API version, and reverted to 1.9.1. [ruby-dev:37889] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 9463a4b6f..a94781359 100644
--- a/version.h
+++ b/version.h
@@ -5,7 +5,7 @@
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
-#define RUBY_VERSION_TEENY 2
+#define RUBY_VERSION_TEENY 1
#define RUBY_RELEASE_YEAR 2009
#define RUBY_RELEASE_MONTH 2
#define RUBY_RELEASE_DAY 5