summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-24 20:53:45 (GMT)
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-24 20:53:45 (GMT)
commit7fba282ce74ce527cba5c686945d18ae1b7cb3d2 (patch)
treef341461d44fda16b8703fbed4b2d160e127dc2dc /configure.ac
parentc286524bbf7e62e9c4feb5d3d07b6ebd5209d9cc (diff)
downloadgoogletest-7fba282ce74ce527cba5c686945d18ae1b7cb3d2.zip
googletest-7fba282ce74ce527cba5c686945d18ae1b7cb3d2.tar.gz
googletest-7fba282ce74ce527cba5c686945d18ae1b7cb3d2.tar.bz2
Bumps up the version number for release 1.4.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 92670bf..709b024 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.3.0],
+ [1.4.0],
[googletestframework@googlegroups.com],
[gtest])