From: Duncan C. <dun...@us...> - 2005-01-20 15:01:46
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30931 Modified Files: ChangeLog configure.ac Log Message: bump version to 0.9.7_rc4 Index: configure.ac =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/configure.ac,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- configure.ac 19 Jan 2005 04:27:28 -0000 1.24 +++ configure.ac 20 Jan 2005 15:01:35 -0000 1.25 @@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script. dnl ###################################################################### -AC_INIT(gtk2hs, 0.9.7_rc3) +AC_INIT(gtk2hs, 0.9.7_rc4) AM_INIT_AUTOMAKE dnl * We require autoconf version 2.50 Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.318 retrieving revision 1.319 diff -u -d -r1.318 -r1.319 --- ChangeLog 20 Jan 2005 13:56:55 -0000 1.318 +++ ChangeLog 20 Jan 2005 15:01:34 -0000 1.319 @@ -3,6 +3,8 @@ * Makefile.am: make each package's LIBS include the LIBS of its dependent packages, which is the same as we do for the CFLAGS. + * configure.ac: bump version to 0.9.7_rc4 + 2005-01-19 Duncan Coutts <du...@co...> * tools/c2hs/c/CLexer.hs: make c2hs understand the __signed, |