diff options
author | Xan Lopez <xan@gnome.org> | 2009-07-28 02:51:31 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-07-28 02:51:31 +0800 |
commit | fce1c56a605ea712cc956537a8566d3b622a892e (patch) | |
tree | 099c4a0943fd53e19753dcfd2f269bf7439aabbb | |
parent | aa6ccc4a0104efc04e999d9e7811abf0fdc1f5ab (diff) | |
download | gsoc2013-epiphany-fce1c56a605ea712cc956537a8566d3b622a892e.tar.gz gsoc2013-epiphany-fce1c56a605ea712cc956537a8566d3b622a892e.tar.zst gsoc2013-epiphany-fce1c56a605ea712cc956537a8566d3b622a892e.zip |
configure.ac: next release is 2.27.90, not 2.27.6
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1dcaa937a..717d9a752 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[27]) -m4_define([epiphany_version_micro],[6]) +m4_define([epiphany_version_micro],[90]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" |