From: stewartamiles Date: Tue, 16 Sep 2008 00:32:50 +0000 (+0000) Subject: Mon Sep 15 17:21:22 2008 Google Inc. X-Git-Tag: cmocka-1.1.1~379 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0393b670521f2db70743d2c2772a726cf64f9d4;p=platform%2Fupstream%2Fcmocka.git 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 --- 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)