Relax the size of the packages for desktop versions

Note that this verification is for Google Japanese Input branding build.  Has nothing to do with OSS build.

No behavior change in production is intended anyway.

BUG=none
TEST=compile

git-svn-id: https://mozc.googlecode.com/svn/trunk@435 a6090854-d499-a067-5803-1114d4e51264
diff --git a/src/build_tools/binary_size_checker.py b/src/build_tools/binary_size_checker.py
index 82bb682..d645fda 100644
--- a/src/build_tools/binary_size_checker.py
+++ b/src/build_tools/binary_size_checker.py
@@ -48,10 +48,9 @@
 # in Megabytes.
 EXPECTED_MAXIMUM_SIZES = {
     # Distribution package files:
-    # TODO(team): We should target 55MB or less.
-    'GoogleJapaneseInput.dmg': 60,
-    'GoogleJapaneseInput32.msi': 60,
-    'GoogleJapaneseInput64.msi': 60,
+    'GoogleJapaneseInput.dmg': 65,
+    'GoogleJapaneseInput32.msi': 65,
+    'GoogleJapaneseInput64.msi': 65,
     }
 
 
diff --git a/src/mozc_version_template.txt b/src/mozc_version_template.txt
index 55dbfee..e0c5e70 100644
--- a/src/mozc_version_template.txt
+++ b/src/mozc_version_template.txt
@@ -1,6 +1,6 @@
 MAJOR=2
 MINOR=16
-BUILD=1975
+BUILD=1976
 REVISION=102
 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
 # downloaded by NaCl Mozc.