diff --git a/README.md b/README.md
index 2bf32c1d8e9cec79363f98875e2d3df797983e87..6928261b919c7fc2a5caf0f49e825f59503a91e2 100644
--- a/README.md
+++ b/README.md
@@ -127,6 +127,10 @@ In this example the web root is /Library/WebServer/Documents and Apache runs as
 
      - Merge global redirect functions into Redirect module. See http://drupal.org/node/905914
 
+  *  upload_replace.module
+
+     - Drupal 7 bug fixes. See http://drupal.org/node/1115484#comment-5646558
+
   *  webform.module
 
      - Make Safe Key values accessible via tokens. See http://drupal.org/node/1340010#comment-6709520 Patch applied: http://drupal.org/files/webform-1340010-19.patch
diff --git a/sites/all/modules/upload_replace/upload_replace.info b/sites/all/modules/upload_replace/upload_replace.info
index e14ce8e8e0916b5f78364b4cd9df6c2ed41bf13e..a295b84ba7decbc80ec55b81e4b70c22564f4196 100644
--- a/sites/all/modules/upload_replace/upload_replace.info
+++ b/sites/all/modules/upload_replace/upload_replace.info
@@ -2,7 +2,9 @@ name = Upload replace
 description = Make the most recent version of a file always retain its original filename, older file with the same name are renamed by drupal standards "_0, _1, etc"
 core = 7.x
 files[] = upload_replace.module
-; patched with http://drupal.org/files/upload_replace_error-1115484-13.patch
-version = "7.x-1.0-beta1-patched"
+; Information added by drupal.org packaging script on 2011-12-15
+version = "7.x-1.0-beta1"
 core = "7.x"
 project = "upload_replace"
+datestamp = "1323909946"
+