Removed RCS-style IDs.
[redact.git] / lib / redact / redact.rb
index 2a91f207725e4cfefb2af3fb1f588d5aeefd33e2..f1a93faa0cd3b8667c11a48c549cda9062296cec 100644 (file)
@@ -1,6 +1,4 @@
 #--
-# $Id: redact.rb 71 2005-09-21 16:00:31Z tilman $
-#
 # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de)
 #
 # Permission is hereby granted, free of charge, to any person obtaining
@@ -57,7 +55,7 @@ class String
 end
 
 module Redact
-       VERSION = "0.1.4"
+       VERSION = "0.1.5"
 
        class RedactError < StandardError; end