From 635aff166450a7432aa4434b77d19b727955d0d1 Mon Sep 17 00:00:00 2001 From: shiqian Date: Wed, 10 Dec 2008 22:21:16 +0000 Subject: [PATCH] Gets ready to release 1.2.1 by bumping up the version number. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])