mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
4709a870af
commit
633f2ea8fe
@ -1,7 +1,7 @@
|
|||||||
2002-12-02 Chris Lyttle <chris@wilddev.net>
|
2002-12-02 Chris Lyttle <chris@wilddev.net>
|
||||||
|
|
||||||
* NEWS: update to new version 1.7.4a
|
* NEWS: update to new version 1.7.5
|
||||||
* configure.in: update to new version 1.7.4a
|
* configure.in: update to new version 1.7.5
|
||||||
|
|
||||||
2002-12-02 Christian Stimming <stimming@tuhh.de>
|
2002-12-02 Christian Stimming <stimming@tuhh.de>
|
||||||
|
|
||||||
|
2
NEWS
2
NEWS
@ -1,6 +1,6 @@
|
|||||||
Version history:
|
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
|
o Fix for a problem with multi-currency that could result in data
|
||||||
corruption. Recommend to use this version over 1.7.4
|
corruption. Recommend to use this version over 1.7.4
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ AC_PROG_CC
|
|||||||
|
|
||||||
GNUCASH_MAJOR_VERSION=1
|
GNUCASH_MAJOR_VERSION=1
|
||||||
GNUCASH_MINOR_VERSION=7
|
GNUCASH_MINOR_VERSION=7
|
||||||
GNUCASH_MICRO_VERSION=4
|
GNUCASH_MICRO_VERSION=5
|
||||||
GNUCASH_VERSION=$GNUCASH_MAJOR_VERSION.$GNUCASH_MINOR_VERSION.$GNUCASH_MICRO_VERSION
|
GNUCASH_VERSION=$GNUCASH_MAJOR_VERSION.$GNUCASH_MINOR_VERSION.$GNUCASH_MICRO_VERSION
|
||||||
|
|
||||||
AC_SUBST(GNUCASH_MAJOR_VERSION)
|
AC_SUBST(GNUCASH_MAJOR_VERSION)
|
||||||
|
@ -24,7 +24,7 @@ doc: doxygen.cfg
|
|||||||
# $(MAKE) -C latex/
|
# $(MAKE) -C latex/
|
||||||
# mv latex/refman.pdf ./refman.pdf
|
# mv latex/refman.pdf ./refman.pdf
|
||||||
|
|
||||||
dist-hook:
|
dist-hook: doxygen.cfg
|
||||||
echo "dist-hook: " && pwd
|
echo "dist-hook: " && pwd
|
||||||
cd $(srcdir) && pwd && rm -rf html refman.pdf && $(DOXYGEN) doxygen.cfg
|
cd $(srcdir) && pwd && rm -rf html refman.pdf && $(DOXYGEN) doxygen.cfg
|
||||||
cp -rp html ${distdir}
|
cp -rp html ${distdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user