diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-11-08 01:11:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-08 01:11:10 +0800 |
commit | 39f06164edde0443b23baf6aea29edf5974ea868 (patch) | |
tree | 0fb8d386923ad0aa89a9b6712d1876a4092c7e09 /ChangeLog | |
parent | 93f24c38ae89c207e60a2af2c2eb6639d26a1372 (diff) | |
download | gsoc2013-evolution-39f06164edde0443b23baf6aea29edf5974ea868.tar.gz gsoc2013-evolution-39f06164edde0443b23baf6aea29edf5974ea868.tar.zst gsoc2013-evolution-39f06164edde0443b23baf6aea29edf5974ea868.zip |
** Fixes bug #557581
2008-11-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #557581
* configure.in:
Break up the version definitions such that we can calculate the
latest stable version and pass a STABLE_VERSION definition to
shell/main.c.
* shell/main.c:
Replace DEVELOPMENT with STABLE_VERSION, which actually defines
the latest stable version (e.g. 2.24). STABLE_VERSION is only
defined if the current version is _unstable_ (e.g. 2.25).
* shell/main.c (show_development_warning):
Use STABLE_VERSION instead of hard-coding the version number.
svn path=/trunk/; revision=36761
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-11-07 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #557581 + + * configure.in: + Break up the version definitions such that we can calculate the + latest stable version and pass a STABLE_VERSION definition to + shell/main.c. + 2008-11-07 Sankar P <psankar@novell.com> * Makefile.am: |