summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2008-11-26 22:39:11 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2008-11-26 22:39:11 +0000
commit76b29ed84013e3d45690b27946f82ea7dd421fe5 (patch)
tree476e9f0b253b3dc4d1bc18dab0d3a6df1531027e /configure.ac
parentf179f4ee7cc76e7103a726ebf666902b07f89659 (diff)
downloadgoogletest-76b29ed84013e3d45690b27946f82ea7dd421fe5.tar.gz
Updated CHANGES and release version for 1.2
git-svn-id: http://googletest.googlecode.com/svn/trunk@140 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 e19bbef..bb21a60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
# "[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.1.0],
+ [1.2.0],
[googletestframework@googlegroups.com],
[gtest])