From 7a094d1aeef3ce43a8d12e06b0743d66afefb978 Mon Sep 17 00:00:00 2001
From: Slaven Rezic <slaven.rezic@idealo.de>
Date: Wed, 21 Mar 2018 14:04:12 +0100
Subject: [PATCH] fix VERSION [RT #120200]

---
 lib/Unicode/CharName.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Unicode/CharName.pm b/lib/Unicode/CharName.pm
index cb98116..2fd683d 100644
--- a/lib/Unicode/CharName.pm
+++ b/lib/Unicode/CharName.pm
@@ -44,7 +44,7 @@ Database. Copyright (c) 1991-2005 Unicode, Inc. All Rights reserved.
 require Exporter;
 @ISA=qw(Exporter);
 @EXPORT_OK = qw(uname ublock);
-$VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+$VERSION = '1.08';
 
 use strict;
 use vars qw(%JAMO_SHORT_NAME %NAMES @BLOCKS);
-- 
2.7.4