summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2011-02-24 07:27:15 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2011-02-24 07:27:15 +0000
commitba29362bfbba65a953b774a8ecd21e209a3e08ae (patch)
tree93a1e855053d22100ac10d98090a699cad40c8a6 /configure.ac
parent733a54a398766289b74cf3daebe083d7115cf388 (diff)
downloadgoogletest-ba29362bfbba65a953b774a8ecd21e209a3e08ae.tar.gz
Changes gtest's version to 1.6.0 and adds release notes.
git-svn-id: http://googletest.googlecode.com/svn/trunk@545 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index de2d1e7..fa66029 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ m4_include(m4/acx_pthread.m4)
# "[1.0.1]"). It also asumes that there won't be any closing parenthesis
# between "AC_INIT(" and the closing ")" including comments and strings.
AC_INIT([Google C++ Testing Framework],
- [1.5.0],
+ [1.6.0],
[googletestframework@googlegroups.com],
[gtest])