mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
new unstable versions
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7935 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ef16d74bf0
commit
78f537fafa
@ -1,3 +1,8 @@
|
||||
2003-02-02 Chris Lyttle <chris@wilddev.net>
|
||||
|
||||
* configure.in: change to 1.9.0 version
|
||||
* README: update for new unstable
|
||||
|
||||
2003-02-02 Chris Lyttle <chris@wilddev.net>
|
||||
|
||||
* rpm/gnucash.spec.in: add options to build ofx,hbci and postgresql
|
||||
|
10
README
10
README
@ -1,5 +1,5 @@
|
||||
############################################################
|
||||
GnuCash 1.7.x README file.
|
||||
GnuCash 1.9.x README file.
|
||||
|
||||
NOTE: THIS IS A DEVELOPMENT RELEASE!!! THIS VERSION HAS NOT
|
||||
BEEN TESTED PROPERLY AND MAY DO ABSOLUTELY ANYTHING!
|
||||
@ -7,7 +7,7 @@ BEEN TESTED PROPERLY AND MAY DO ABSOLUTELY ANYTHING!
|
||||
USE AT YOUR OWN RISK (AND KEEP *LOTS* OF BACKUPS)
|
||||
|
||||
If you want something a bit more tested, please use the
|
||||
1.6 stable series.
|
||||
1.8 stable series.
|
||||
------------------------------------------------------------
|
||||
|
||||
##################
|
||||
@ -15,7 +15,7 @@ Table of Contents:
|
||||
------------------
|
||||
|
||||
- Overview
|
||||
- Upgrading from 1.4.x
|
||||
- Upgrading from 1.8.x
|
||||
- Dependencies
|
||||
- Invocation/running
|
||||
- Internationalization
|
||||
@ -110,10 +110,10 @@ Development versions:
|
||||
http://www.gnucash.org/source_code.php3
|
||||
|
||||
####################
|
||||
Upgrading from 1.4.x
|
||||
Upgrading from 1.8.x
|
||||
--------------------
|
||||
|
||||
There are many, many changes from the 1.4 series - have a look at the
|
||||
There are many, many changes from the 1.8 series - have a look at the
|
||||
NEWS file if you want more details. In particular, GnuCash now
|
||||
requires the gtkhtml and guppi libraries. See the "dependencies"
|
||||
section of this file for more detail. The file format has changed
|
||||
|
@ -31,8 +31,8 @@ AC_INIT(src/engine/Transaction.h)
|
||||
AC_PROG_CC
|
||||
|
||||
GNUCASH_MAJOR_VERSION=1
|
||||
GNUCASH_MINOR_VERSION=7
|
||||
GNUCASH_MICRO_VERSION=8
|
||||
GNUCASH_MINOR_VERSION=9
|
||||
GNUCASH_MICRO_VERSION=0
|
||||
GNUCASH_VERSION=$GNUCASH_MAJOR_VERSION.$GNUCASH_MINOR_VERSION.$GNUCASH_MICRO_VERSION
|
||||
|
||||
AC_SUBST(GNUCASH_MAJOR_VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user