From fb9becfdd73d16ca0e3e43df78102669228b785c Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Sat, 26 Apr 2014 17:18:26 -0400 Subject: Bumping version in preparation for next release. --- lib/diff/lcs.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/diff/lcs.rb') diff --git a/lib/diff/lcs.rb b/lib/diff/lcs.rb index 5559615..b51c1bc 100644 --- a/lib/diff/lcs.rb +++ b/lib/diff/lcs.rb @@ -1,8 +1,6 @@ # -*- ruby encoding: utf-8 -*- module Diff; end unless defined? Diff -# = Diff::LCS 1.2.5 -# # Computes "intelligent" differences between two sequenced Enumerables. This # is an implementation of the McIlroy-Hunt "diff" algorithm for Enumerable # objects that include Diffable. @@ -129,7 +127,7 @@ module Diff; end unless defined? Diff # Common Subsequences, CACM, vol.20, no.5, pp.350-353, May # 1977, with a few minor improvements to improve the speed." module Diff::LCS - VERSION = '1.2.5' + VERSION = '1.3' end require 'diff/lcs/callbacks' -- cgit v1.2.1