summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-04-07 03:15:36 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-04-07 03:15:36 +0000
commit11892302026dce4e4fa4654dcde1dee5bc2e5ad0 (patch)
treeae8b4180dcf96d0dad89b99142bed477987b51eb
parentdfbdf0bab51520595679a99710983daba6fc18eb (diff)
downloadgtest-11892302026dce4e4fa4654dcde1dee5bc2e5ad0.tar.gz
gtest-11892302026dce4e4fa4654dcde1dee5bc2e5ad0.tar.bz2
gtest-11892302026dce4e4fa4654dcde1dee5bc2e5ad0.tar.xz
Updates the version number to 1.7.0
git-svn-id: http://googletest.googlecode.com/svn/trunk@651 861a406c-534a-0410-8894-cb66d6ee9925
-rw-r--r--CHANGES4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5919245..4cdc381 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Changes for 1.7.0:
+
+TO BE WRITTEN.
+
Changes for 1.6.0:
* New feature: ADD_FAILURE_AT() for reporting a test failure at the
diff --git a/configure.ac b/configure.ac
index f70717a..cc592e1 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.6.0],
+ [1.7.0],
[googletestframework@googlegroups.com],
[gtest])