diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-05-24 05:03:28 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-05-24 05:03:28 +0800 |
commit | 88e4e7a5d7f745a4ca7aa186ee3767a985493cf2 (patch) | |
tree | 1d7724ec09592d704841dd97c52a1ade8dcec50b | |
parent | 46f888e70dcfd13bcee783f65b4aa66e700a0359 (diff) | |
download | gsoc2013-epiphany-88e4e7a5d7f745a4ca7aa186ee3767a985493cf2.tar gsoc2013-epiphany-88e4e7a5d7f745a4ca7aa186ee3767a985493cf2.tar.gz gsoc2013-epiphany-88e4e7a5d7f745a4ca7aa186ee3767a985493cf2.tar.bz2 gsoc2013-epiphany-88e4e7a5d7f745a4ca7aa186ee3767a985493cf2.tar.lz gsoc2013-epiphany-88e4e7a5d7f745a4ca7aa186ee3767a985493cf2.tar.xz gsoc2013-epiphany-88e4e7a5d7f745a4ca7aa186ee3767a985493cf2.tar.zst gsoc2013-epiphany-88e4e7a5d7f745a4ca7aa186ee3767a985493cf2.zip |
Version update for 2.22.2.
svn path=/branches/gnome-2-22/; revision=8245
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index afc32d903..d85920104 100644 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,8 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[22]) -m4_define([epiphany_version_micro],[1]) -m4_define([epiphany_version_extra],[.2]) +m4_define([epiphany_version_micro],[2]) +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 |