summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorshiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-12-10 22:21:16 +0000
committershiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-12-10 22:21:16 +0000
commitd89def1bd1edae4c9cc00bdf644ba3c96f7af24c (patch)
tree64246ab25763f0ed280ca2d47078a89b48b22d14 /configure.ac
parent56ddaa185c991e1a770d17f7d2830b52f9600fe3 (diff)
downloadgoogletest-d89def1bd1edae4c9cc00bdf644ba3c96f7af24c.tar.gz
Gets ready to release 1.2.1 by bumping up the version number.
git-svn-id: http://googletest.googlecode.com/svn/trunk@156 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 14a354b..52d7dbd 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.2.0],
+ [1.2.1],
[googletestframework@googlegroups.com],
[gtest])