Changes gtest's version to 1.6.0 and adds release notes.

This commit is contained in:
zhanyong.wan
2011-02-24 07:27:15 +00:00
parent ffeb11d14a
commit 19d6b45794
2 changed files with 30 additions and 1 deletions

View File

@@ -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])