update to 1.7.5

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7608 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Lyttle 2002-12-03 08:56:42 +00:00
parent 4709a870af
commit 633f2ea8fe
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
2002-12-02 Chris Lyttle <chris@wilddev.net>
* NEWS: update to new version 1.7.4a
* configure.in: update to new version 1.7.4a
* NEWS: update to new version 1.7.5
* configure.in: update to new version 1.7.5
2002-12-02 Christian Stimming <stimming@tuhh.de>

2
NEWS
View File

@ -1,6 +1,6 @@
Version history:
------- -------
1.7.4a - 02 December 2002
1.7.5 - 02 December 2002
o Fix for a problem with multi-currency that could result in data
corruption. Recommend to use this version over 1.7.4

View File

@ -32,7 +32,7 @@ AC_PROG_CC
GNUCASH_MAJOR_VERSION=1
GNUCASH_MINOR_VERSION=7
GNUCASH_MICRO_VERSION=4
GNUCASH_MICRO_VERSION=5
GNUCASH_VERSION=$GNUCASH_MAJOR_VERSION.$GNUCASH_MINOR_VERSION.$GNUCASH_MICRO_VERSION
AC_SUBST(GNUCASH_MAJOR_VERSION)

View File

@ -24,7 +24,7 @@ doc: doxygen.cfg
# $(MAKE) -C latex/
# mv latex/refman.pdf ./refman.pdf
dist-hook:
dist-hook: doxygen.cfg
echo "dist-hook: " && pwd
cd $(srcdir) && pwd && rm -rf html refman.pdf && $(DOXYGEN) doxygen.cfg
cp -rp html ${distdir}