diff options
| author | nagachika <nagachika@ruby-lang.org> | 2023-12-16 10:42:34 +0900 |
|---|---|---|
| committer | nagachika <nagachika@ruby-lang.org> | 2023-12-16 10:48:39 +0900 |
| commit | c5cea385a5e42e464b436844f0ae185b17a93eb9 (patch) | |
| tree | 32478b093ec483f7ac75b1fa16d391726214e366 | |
| parent | 4cbad13e9cd1c4cf63ad4adc096cc4b6294a838f (diff) | |
merge revision(s) 66d266244c00c1f9ffcfbd2970386e0adcc2512a:
[ruby/net-http] Removed obsolated Revision constant
https://github.com/ruby/net-http/commit/c1c5638014
---
lib/net/http.rb | 1 -
1 file changed, 1 deletion(-)
| -rw-r--r-- | lib/net/http.rb | 1 | ||||
| -rw-r--r-- | version.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb index 41e1c8b7dc..c04466deef 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -723,7 +723,6 @@ module Net #:nodoc: # :stopdoc: VERSION = "0.3.2" - Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin require 'zlib' @@ -11,7 +11,7 @@ # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR #define RUBY_VERSION_TEENY 2 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR -#define RUBY_PATCHLEVEL 148 +#define RUBY_PATCHLEVEL 149 #include "ruby/version.h" #include "ruby/internal/abi.h" |
