From d0393b670521f2db70743d2c2772a726cf64f9d4 Mon Sep 17 00:00:00 2001 From: stewartamiles Date: Tue, 16 Sep 2008 00:32:50 +0000 Subject: [PATCH] Mon Sep 15 17:21:22 2008 Google Inc. * cmockery: version 0.12 * Made it possible to specify additional compiler, lib tool and link flags on Windows. * Added Windows makefile to the tar ball. Fri Aug 29 10:50:46 2008 Google Inc. git-svn-id: http://cmockery.googlecode.com/svn/trunk@15 40f4469a-5155-0410-be90-2de3f0bae501 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b5fee28..8cd8155 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ # make sure we're interpreted by some minimal autoconf AC_PREREQ(2.57) -AC_INIT(cmockery, 0.11, opensource@google.com) +AC_INIT(cmockery, 0.12, opensource@google.com) # The argument here is just something that should be in the current directory # (for sanity checking) AC_CONFIG_SRCDIR(README) -- 2.34.1