diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-09-23 03:47:08 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-09-23 03:47:08 +0800 |
commit | 255cf4c9874cfd0c496932afb13700741626e3cf (patch) | |
tree | da575f987c09ef5f580ef9cf2c30cda561e41883 | |
parent | 63adc428688d8de46197bda3b9a42ae6f4fe7c32 (diff) | |
download | gsoc2013-epiphany-RELEASE_2_24_0.tar gsoc2013-epiphany-RELEASE_2_24_0.tar.gz gsoc2013-epiphany-RELEASE_2_24_0.tar.bz2 gsoc2013-epiphany-RELEASE_2_24_0.tar.lz gsoc2013-epiphany-RELEASE_2_24_0.tar.xz gsoc2013-epiphany-RELEASE_2_24_0.tar.zst gsoc2013-epiphany-RELEASE_2_24_0.zip |
Version 2.24.0.RELEASE_2_24_0
svn path=/branches/gnome-2-24/; revision=8526
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 805f0913d..173f9457f 100644 --- a/configure.ac +++ b/configure.ac @@ -16,8 +16,8 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA m4_define([epiphany_version_major],[2]) -m4_define([epiphany_version_minor],[23]) -m4_define([epiphany_version_micro],[91]) +m4_define([epiphany_version_minor],[24]) +m4_define([epiphany_version_micro],[0]) m4_define([epiphany_version_extra],[]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro()epiphany_version_extra]) m4_define([epiphany_build_id],[20080528]) # The date of the 2.22.2 release |