summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-24 20:53:45 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-24 20:53:45 +0000
commit9c54fe88bc2b5d03bb9594b0c8f5ad1e0b905996 (patch)
treef341461d44fda16b8703fbed4b2d160e127dc2dc /configure.ac
parente4cb66aa85aa9ec947710cb2915638bed563c3a3 (diff)
downloadgoogletest-9c54fe88bc2b5d03bb9594b0c8f5ad1e0b905996.tar.gz
Bumps up the version number for release 1.4.0.
git-svn-id: http://googletest.googlecode.com/svn/trunk@319 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 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])