summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-07-09 21:58:20 +0000
committershiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-07-09 21:58:20 +0000
commit27b56df13922344efd073dbd2d47a8b204cde80d (patch)
treea435a0408efa2db6ce2358130ec4b2b446a990e8
parent2a840a3b883691898a87a983e9d7c4c569e24313 (diff)
downloadgoogletest-27b56df13922344efd073dbd2d47a8b204cde80d.tar.gz
Updates the version to 1.0.1 in the release-1.0.1 tag.release-1.0.1
git-svn-id: http://googletest.googlecode.com/svn/tags/release-1.0.1@60 861a406c-534a-0410-8894-cb66d6ee9925
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7594b70..c660ec2 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])