diff options
author | Christian Persch <chpe@gnome.org> | 2009-05-19 00:52:46 +0800 |
---|---|---|
committer | Christian Persch <chpe@gnome.org> | 2009-05-19 00:52:46 +0800 |
commit | 1c93449c9db37f83b5ef448afbf59cd39419483f (patch) | |
tree | 68bfafcf6243102ed5ed8efb62905b1f8fda7280 | |
parent | f8284c1d4769ce6a5aea8118d414cd878ce64ff0 (diff) | |
download | gsoc2013-epiphany-1c93449c9db37f83b5ef448afbf59cd39419483f.tar.gz gsoc2013-epiphany-1c93449c9db37f83b5ef448afbf59cd39419483f.tar.zst gsoc2013-epiphany-1c93449c9db37f83b5ef448afbf59cd39419483f.zip |
Version 2.26.22.26.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 90ed936c5..d27c1dcdd 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[26]) -m4_define([epiphany_version_micro],[1]) +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 |