summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2011-02-24 07:27:15 (GMT)
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2011-02-24 07:27:15 (GMT)
commit19d6b45794cd3b724010d2ca4f47bc9d0fe4b462 (patch)
tree93a1e855053d22100ac10d98090a699cad40c8a6 /configure.ac
parentffeb11d14a890b902dbb26ff2296cda7bf2d31df (diff)
downloadgoogletest-19d6b45794cd3b724010d2ca4f47bc9d0fe4b462.zip
googletest-19d6b45794cd3b724010d2ca4f47bc9d0fe4b462.tar.gz
googletest-19d6b45794cd3b724010d2ca4f47bc9d0fe4b462.tar.bz2
Changes gtest's version to 1.6.0 and adds release notes.
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])