[Toxine-cvs] CVS: toxine ChangeLog,1.2,1.3 Makefile.am,1.3,1.4 configure.in,1.9,1.10
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2002-06-24 21:47:37
|
Update of /cvsroot/toxine/toxine In directory usw-pr-cvs1:/tmp/cvs-serv10861 Modified Files: ChangeLog Makefile.am configure.in Log Message: 0.4.0 release. Index: ChangeLog =================================================================== RCS file: /cvsroot/toxine/toxine/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 21 Jun 2002 13:36:30 -0000 1.2 +++ ChangeLog 24 Jun 2002 21:47:34 -0000 1.3 @@ -1,3 +1,11 @@ +2002-06-24 Monday 23:35 f1rmb + + more checks for release. Need 0.9.12. + +2002-06-21 Friday 15:36 f1rmb + + Add Changelog support. + 2002-06-21 Friday 15:14 f1rmb Fixed missposition (X/Y) report on fullscreen->window mode. Index: Makefile.am =================================================================== RCS file: /cvsroot/toxine/toxine/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.am 24 Jun 2002 21:35:05 -0000 1.3 +++ Makefile.am 24 Jun 2002 21:47:34 -0000 1.4 @@ -44,6 +44,10 @@ @mv -f .cvsversion.tmp .cvsversion +upload: + lftp -u anonymous upload.sourceforge.net -e "cd incoming; mput $(distdir).tar.gz" + + mostlyclean-generic: -rm -f *~ \#* .*~ .\#* -rm -f $(PACKAGE)_$(VERSION).tar.gz Index: configure.in =================================================================== RCS file: /cvsroot/toxine/toxine/configure.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- configure.in 24 Jun 2002 21:35:05 -0000 1.9 +++ configure.in 24 Jun 2002 21:47:34 -0000 1.10 @@ -17,7 +17,7 @@ dnl 0.2.0 was never released dnl switch directly to 0.3.0 since toxine have is own project site. TOXINE_MAJOR=0 -TOXINE_MINOR=3 +TOXINE_MINOR=4 TOXINE_SUB=0 TOXINE_PRE="`if test -f ./.cvsversion; then echo cvs;fi`" |