Prepare 4.1.0 RC2

Change-Id: Ib0f2ad2726ff4a8b9208e82ef8a9f75f250968d8
diff --git a/bin/save-version.sh b/bin/save-version.sh
index df5886e..972f29b 100755
--- a/bin/save-version.sh
+++ b/bin/save-version.sh
@@ -22,7 +22,7 @@
 # "-INTERNAL" appended. Parts of the code will look for this to distinguish
 # between released and internal versions.
 VERSION=4.1.0-RELEASE
-GIT_HASH=4565f64fb10aa11fbf2e92e0a13fe2ceee522c08
+GIT_HASH=b27a701fc02c73ea561ccee5dd587c8eb0c0245a
 if [ -z $GIT_HASH ]
 then
   GIT_HASH="Could not obtain git hash"