summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-04-07 03:15:36 (GMT)
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2013-04-07 03:15:36 (GMT)
commitc97e3001cdf459f07527bf1ede338722ca7a5cd4 (patch)
treeae8b4180dcf96d0dad89b99142bed477987b51eb /configure.ac
parentf5fa71f728ce77c5d5c1a940a9bd8bb1d64c9f78 (diff)
downloadgoogletest-c97e3001cdf459f07527bf1ede338722ca7a5cd4.zip
googletest-c97e3001cdf459f07527bf1ede338722ca7a5cd4.tar.gz
googletest-c97e3001cdf459f07527bf1ede338722ca7a5cd4.tar.bz2
Updates the version number to 1.7.0
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 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])