diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-09-24 07:05:28 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-09-24 07:05:28 +0800 |
commit | 121edd48332325dbc4cab058b15026bfc732cc8b (patch) | |
tree | 66303fcc488a35e0a459b4ada523e771f871be1e | |
parent | f39d56d943a39f8efcfd1b7319b3e3f9bef7dbe8 (diff) | |
download | gsoc2013-epiphany-121edd48332325dbc4cab058b15026bfc732cc8b.tar gsoc2013-epiphany-121edd48332325dbc4cab058b15026bfc732cc8b.tar.gz gsoc2013-epiphany-121edd48332325dbc4cab058b15026bfc732cc8b.tar.bz2 gsoc2013-epiphany-121edd48332325dbc4cab058b15026bfc732cc8b.tar.lz gsoc2013-epiphany-121edd48332325dbc4cab058b15026bfc732cc8b.tar.xz gsoc2013-epiphany-121edd48332325dbc4cab058b15026bfc732cc8b.tar.zst gsoc2013-epiphany-121edd48332325dbc4cab058b15026bfc732cc8b.zip |
Version 2.24.0.1.RELEASE_2_24_0_1
svn path=/branches/gnome-2-24/; revision=8535
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 173f9457f..a562ddfcf 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[24]) m4_define([epiphany_version_micro],[0]) -m4_define([epiphany_version_extra],[]) +m4_define([epiphany_version_extra],[.1]) 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 |