aboutsummaryrefslogtreecommitdiffstats
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
commit635aff166450a7432aa4434b77d19b727955d0d1 (patch)
tree64246ab25763f0ed280ca2d47078a89b48b22d14
parent7b3b36fde40f0f5e9a1c7c3b941ccbee6c817019 (diff)
downloadgoogletest-635aff166450a7432aa4434b77d19b727955d0d1.tar.gz
googletest-635aff166450a7432aa4434b77d19b727955d0d1.tar.bz2
googletest-635aff166450a7432aa4434b77d19b727955d0d1.zip
Gets ready to release 1.2.1 by bumping up the version number.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 14a354bd..52d7dbd9 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])