From f36c0a061574e60a7f59290ef581b6fbe1aa93ad Mon Sep 17 00:00:00 2001
From: shiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>
Date: Wed, 9 Jul 2008 21:58:20 +0000
Subject: [PATCH] Updates the version to 1.0.1 in the release-1.0.1 tag.

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7594b704..c660ec2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([Google C++ Testing Framework],
-        [1.0.0],
+        [1.0.1],
         [googletestframework@googlegroups.com],
         [gtest])