Update of /cvsroot/gtk2hs/gtk2hs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5668
Modified Files:
ChangeLog configure.ac
Log Message:
Bump version to 0.9.7.1
Index: configure.ac
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/configure.ac,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- configure.ac 17 Feb 2005 18:45:43 -0000 1.32
+++ configure.ac 24 Feb 2005 21:58:55 -0000 1.33
@@ -21,7 +21,7 @@
dnl Process this file with autoconf to produce a configure script.
dnl ######################################################################
-AC_INIT(gtk2hs, 0.9.7.1_rc4)
+AC_INIT(gtk2hs, 0.9.7.1)
AM_INIT_AUTOMAKE
dnl * We require autoconf version 2.50
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -d -r1.364 -r1.365
--- ChangeLog 23 Feb 2005 14:12:34 -0000 1.364
+++ ChangeLog 24 Feb 2005 21:58:55 -0000 1.365
@@ -1,5 +1,9 @@
2005-02-23 Duncan Coutts <du...@co...>
+ * configure.ac: Bump version to 0.9.7.1
+
+2005-02-23 Duncan Coutts <du...@co...>
+
* tools/apiGen/MarshalFixup.hs: new module containing fixup
information about specials cases. This is existign tables of info
moved out of Marshal.hs and FormatDocs.hs so it is better seperated
|