ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm ChangeLog,1.457,1.458 configure.in,1.454,1.45


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.457,1.458 configure.in,1.454,1.455
Date: Thu, 27 Mar 2003 14:50:46 -0500

Update of /cvsroot/ayttm/ayttm
In directory subversions:/tmp/cvs-serv20569

Modified Files:
        ChangeLog configure.in 
Log Message:
fix missing return


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.457
retrieving revision 1.458
diff -u -r1.457 -r1.458
--- ChangeLog   27 Mar 2003 19:48:19 -0000      1.457
+++ ChangeLog   27 Mar 2003 19:50:43 -0000      1.458
@@ -1,3 +1,7 @@
+* Thu Mar 27 2003 19:47 GMT [colin]    0.2.3-pre55
+- modules/msn2/msn.C
+Fix missing return (thanks Andy!)
+
 * Thu Mar 27 2003 19:47 GMT [colin]    0.2.3-pre54
 - src/util.c
 Fix double-launching (thanks to Rahul Saxena for the report)

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.454
retrieving revision 1.455
diff -u -r1.454 -r1.455
--- configure.in        27 Mar 2003 19:48:19 -0000      1.454
+++ configure.in        27 Mar 2003 19:50:43 -0000      1.455
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT([src/main.c])
 AM_INIT_AUTOMAKE(ayttm, 0.2.3)
-RELEASE=pre54
+RELEASE=pre55
 AM_CONFIG_HEADER(config.h)
 
 if test "x$host_alias" = "xmingw32"; then





reply via email to

[Prev in Thread] Current Thread [Next in Thread]