r19080 - gnucash/trunk - Bug #616696 - Development version warning string should not include hardcode version.
Derek Atkins
warlord at MIT.EDU
Wed Apr 28 12:48:57 EDT 2010
Geert Janssens <gjanssens at code.gnucash.org> writes:
> -GNUCASH_LATEST_STABLE_VERSION="2.2.9"
> +GNUCASH_LATEST_STABLE_SERIES=$GNUCASH_MAJOR_VERSION.$(($GNUCASH_MINOR_VERSION-($GNUCASH_MINOR_VERSION%2)))
This logic will fail when we go from 2.x -> 3.0
I'd rather this be "hard coded" and we just have a list of places where
we need to "fix" the release number when we make a new stable release.
I think we just need a release engineering checklist somewhere (the wiki)?
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH
warlord at MIT.EDU PGP key available
More information about the gnucash-devel
mailing list