diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-09-24 07:06:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-09-24 07:06:38 +0800 |
commit | 5f58f307ded1049a47e3ab760f49d71f630c00c2 (patch) | |
tree | b691911af9ae3b57e8bc6b24b369d7c590f19409 | |
parent | 121edd48332325dbc4cab058b15026bfc732cc8b (diff) | |
download | gsoc2013-epiphany-5f58f307ded1049a47e3ab760f49d71f630c00c2.tar gsoc2013-epiphany-5f58f307ded1049a47e3ab760f49d71f630c00c2.tar.gz gsoc2013-epiphany-5f58f307ded1049a47e3ab760f49d71f630c00c2.tar.bz2 gsoc2013-epiphany-5f58f307ded1049a47e3ab760f49d71f630c00c2.tar.lz gsoc2013-epiphany-5f58f307ded1049a47e3ab760f49d71f630c00c2.tar.xz gsoc2013-epiphany-5f58f307ded1049a47e3ab760f49d71f630c00c2.tar.zst gsoc2013-epiphany-5f58f307ded1049a47e3ab760f49d71f630c00c2.zip |
Version bump.
svn path=/branches/gnome-2-24/; revision=8537
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a562ddfcf..2c0aa09f2 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],[.1]) +m4_define([epiphany_version_extra],[-svn]) 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 |