Skip to content

Commit

Permalink
Start 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Oct 29, 2023
1 parent efb9199 commit 08cfe8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/racc/info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#++

module Racc
VERSION = '1.7.1'
VERSION = '1.7.2.dev.1'
Version = VERSION
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end
2 changes: 1 addition & 1 deletion test/case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def assert_exec(asset, **opts)
end

def strip_version(source)
source.sub(/This file is automatically generated by Racc \d+\.\d+\.\d+/, '')
source.sub(/This file is automatically generated by Racc \d+\.\d+\.\d+(?:\.\S+)?/, '')
end

def assert_output_unchanged(asset)
Expand Down

0 comments on commit 08cfe8a

Please sign in to comment.