ICU-8639 Updated the version number to 4.8.1

X-SVN-Rev: 30376
diff --git a/build.properties b/build.properties
index 002cdbd..621e771 100644
--- a/build.properties
+++ b/build.properties
@@ -2,7 +2,7 @@
 #* Copyright (C) 2009-2011, International Business Machines Corporation and    *

 #* others. All Rights Reserved.                                                *

 #*******************************************************************************

-api.report.version = 48

-api.report.prev.version = 46

-release.file.ver = 4_8

+api.report.version = 481

+api.report.prev.version = 48

+release.file.ver = 4_8_1

 

diff --git a/eclipse-build/build.properties b/eclipse-build/build.properties
index 642e389..f86864b 100644
--- a/eclipse-build/build.properties
+++ b/eclipse-build/build.properties
@@ -2,6 +2,6 @@
 #* Copyright (C) 2010-2011, International Business Machines Corporation and    *
 #* others. All Rights Reserved.                                                *
 #*******************************************************************************
-icu4j.plugin.impl.version.string=4.8.0
+icu4j.plugin.impl.version.string=4.8.1
 copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2011. All Rights Reserved. \n IBM is a registered trademark of IBM Corp.
 icu4j.data.version.number=48
diff --git a/main/classes/core/src/com/ibm/icu/util/VersionInfo.java b/main/classes/core/src/com/ibm/icu/util/VersionInfo.java
index d4fef93..f7536c9 100644
--- a/main/classes/core/src/com/ibm/icu/util/VersionInfo.java
+++ b/main/classes/core/src/com/ibm/icu/util/VersionInfo.java
@@ -488,8 +488,8 @@
         UNICODE_5_2   = getInstance(5, 2, 0, 0);
         UNICODE_6_0   = getInstance(6, 0, 0, 0);
 
-        ICU_VERSION   = getInstance(4, 8, 0, 0);
-        ICU_DATA_VERSION = getInstance(4, 8, 0, 0);
+        ICU_VERSION   = getInstance(4, 8, 1, 0);
+        ICU_DATA_VERSION = getInstance(4, 8, 1, 0);
         UNICODE_VERSION = UNICODE_6_0;
 
         UCOL_RUNTIME_VERSION = getInstance(7);
diff --git a/main/shared/build/common.properties b/main/shared/build/common.properties
index 80e2e1c..94c2281 100644
--- a/main/shared/build/common.properties
+++ b/main/shared/build/common.properties
@@ -5,7 +5,7 @@
 
 # Version numbers, etc.
 icu4j.spec.version = 4.8
-icu4j.impl.version = 4.8
+icu4j.impl.version = 4.8.1
 icu4j.data.version = 48
 current.year = 2011
 default.exec.env = J2SE-1.5