summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/net/http.rb1
-rw-r--r--version.h2
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'
diff --git a/version.h b/version.h
index 2dee47eb9e..db61a479a4 100644
--- a/version.h
+++ b/version.h
@@ -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"