From: Duncan C. <dun...@us...> - 2005-01-19 04:27:42
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2708 Modified Files: ChangeLog configure.ac Log Message: bump version to 0.9.7_rc3 Index: configure.ac =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/configure.ac,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- configure.ac 19 Jan 2005 03:42:53 -0000 1.23 +++ configure.ac 19 Jan 2005 04:27:28 -0000 1.24 @@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script. dnl ###################################################################### -AC_INIT(gtk2hs, 0.9.7_rc3pre) +AC_INIT(gtk2hs, 0.9.7_rc3) AM_INIT_AUTOMAKE dnl * We require autoconf version 2.50 Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.315 retrieving revision 1.316 diff -u -d -r1.315 -r1.316 --- ChangeLog 19 Jan 2005 04:03:53 -0000 1.315 +++ ChangeLog 19 Jan 2005 04:27:27 -0000 1.316 @@ -50,6 +50,8 @@ support building with older ghc versions that do not support "auto" packages and so you have to specifiy -package gtk or whatever. + * configure.ac: bump version to 0.9.7_rc3 + 2005-01-17 Duncan Coutts <du...@co...> * configure.ac: add an extra option --without-pkgreg to allow |