From 9f3a0e4b7be90d0a9d86f9362ea6b5fa692f8f74 Mon Sep 17 00:00:00 2001 From: Robin Luckey Date: Thu, 19 Feb 2009 15:06:39 -0800 Subject: [PATCH] [NEW] Version 2.0.1 - Internal support for LOC delta between two source files --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 117c644..adf96d5 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ require 'rbconfig' include Config NAME = 'ohcount' -VERS = '2.0.0' +VERS = '2.0.1' EXT_DIR = "ext/ohcount_native" EXT_DL = "#{EXT_DIR}/ohcount_native.#{CONFIG['DLEXT']}" -- 2.32.0.93.g670b81a890