OSDN Git Service

update version
authortsntsumi <tsntsumi@users.sourceforge.jp>
Sun, 14 Sep 2003 19:10:28 +0000 (19:10 +0000)
committertsntsumi <tsntsumi@users.sourceforge.jp>
Sun, 14 Sep 2003 19:10:28 +0000 (19:10 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6a50b3e..4cb519b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+New in CCUnit 0.5
+
+* Value wasn't passed by the Assert function in the variable number
+  argument, and it tried to pass it to each pattern statically.
+
 New in CCUnit 0.4
 
 * rename CCUnitFailure to CCUnitTestFailure
index ae56fab..6ce7594 100644 (file)
@@ -19,7 +19,7 @@ dnl    If not, write to the Free Software Foundation, Inc., 59 Temple
 dnl    Place - Suite 330, Boston, MA 02111-1307, USA.  
 
 # AC_PREREQ(2.57)
-AC_INIT(CCUnit, 0.4, [tsutsumi@users.sourceforge.jp])
+AC_INIT(CCUnit, 0.5, [tsutsumi@users.sourceforge.jp])
 AC_CONFIG_SRCDIR([src/ccunit/CCUnitList.c])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_HEADER([src/ccunit/config.h:config/config.h.in])