1.1 --- a/configure.ac Mon Nov 09 12:20:35 2009 +0100
1.2 +++ b/configure.ac Mon Nov 09 18:47:16 2009 +0100
1.3 @@ -4,7 +4,7 @@
1.4 # Process this file with autoconf to produce a configure script.
1.5
1.6 AC_PREREQ(2.59)
1.7 -AC_INIT([dvisvgm],[0.8.7dev],[martin.gieseking@uos.de])
1.8 +AC_INIT([dvisvgm],[0.8.7],[martin.gieseking@uos.de])
1.9 DATE="August 2009"
1.10 AC_CONFIG_SRCDIR(src)
1.11 AC_CONFIG_HEADER(config.h)
2.1 --- a/fedora/dvisvgm.spec Mon Nov 09 12:20:35 2009 +0100
2.2 +++ b/fedora/dvisvgm.spec Mon Nov 09 18:47:16 2009 +0100
2.3 @@ -1,5 +1,5 @@
2.4 Name: dvisvgm
2.5 -Version: 0.8.6
2.6 +Version: 0.8.7
2.7 Release: 1%{?dist}
2.8 Summary: A DVI to SVG converter
2.9
2.10 @@ -65,6 +65,9 @@
2.11
2.12
2.13 %changelog
2.14 +* Mon Nov 09 2009 Martin Gieseking <martin.gieseking@uos.de> - 0.8.7-1
2.15 +- updated to latest upstream release
2.16 +
2.17 * Tue Oct 13 2009 Martin Gieseking <martin.gieseking@uos.de> - 0.8.6-1
2.18 - updated to latest upstream release 0.8.6
2.19
3.1 --- a/src/Doxyfile Mon Nov 09 12:20:35 2009 +0100
3.2 +++ b/src/Doxyfile Mon Nov 09 18:47:16 2009 +0100
3.3 @@ -31,7 +31,7 @@
3.4 # This could be handy for archiving the generated documentation or
3.5 # if some version control system is used.
3.6
3.7 -PROJECT_NUMBER = 0.8.7dev
3.8 +PROJECT_NUMBER = 0.8.7
3.9
3.10 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
3.11 # base path where the generated documentation will be put.