From: Duncan C. <dun...@us...> - 2005-01-16 22:27:47
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12052 Modified Files: ChangeLog configure.ac Log Message: bump version to 0.9.7_rc2 Index: configure.ac =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/configure.ac,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- configure.ac 16 Jan 2005 21:41:56 -0000 1.20 +++ configure.ac 16 Jan 2005 22:27:36 -0000 1.21 @@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script. dnl ###################################################################### -AC_INIT(gtk2hs, 0.9.7_rc1) +AC_INIT(gtk2hs, 0.9.7_rc2) AM_INIT_AUTOMAKE dnl * We require autoconf version 2.50 Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.306 retrieving revision 1.307 diff -u -d -r1.306 -r1.307 --- ChangeLog 16 Jan 2005 22:11:10 -0000 1.306 +++ ChangeLog 16 Jan 2005 22:27:36 -0000 1.307 @@ -71,6 +71,8 @@ * demo/profileviewer/ProfileViewer.hs: Whitespace fix. Not sure how this got in. + * configure.ac: bump version to 0.9.7_rc2 + 2005-01-15 Duncan Coutts <du...@co...> * mk/common.mk: change the way we find pacakge variables for files |