Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ruby_parser/dev/": change = 10060]
  • Loading branch information
zenspider committed Mar 12, 2015
1 parent 9cfcce3 commit 174f766
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.txt
@@ -1,3 +1,9 @@
=== 3.6.5 / 2015-03-12

* 1 minor enhancement:

* Add line numbers from block comments =begin/=end. (presidentbeef)

=== 3.6.4 / 2015-01-16

* 1 bug fix:
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_parser_extras.rb
Expand Up @@ -91,7 +91,7 @@ def d o
end

module RubyParserStuff
VERSION = "3.6.4" unless constants.include? "VERSION" # SIGH
VERSION = "3.6.5" unless constants.include? "VERSION" # SIGH

attr_accessor :lexer, :in_def, :in_single, :file
attr_reader :env, :comments
Expand Down

0 comments on commit 174f766

Please sign in to comment.