diff options
author | Xan Lopez <xan@gnome.org> | 2010-10-08 17:25:24 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-10-08 17:25:24 +0800 |
commit | dc394f09ad1f381c26195fc9032b833404657143 (patch) | |
tree | 515f546c5ab811f88387e0c41400caf578ca9e8e /configure.ac | |
parent | 5df7af9e3041102a5f5601d60faa11c38b48de75 (diff) | |
download | gsoc2013-epiphany-dc394f09ad1f381c26195fc9032b833404657143.tar.gz gsoc2013-epiphany-dc394f09ad1f381c26195fc9032b833404657143.tar.zst gsoc2013-epiphany-dc394f09ad1f381c26195fc9032b833404657143.zip |
Use odd middle number for the release.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 64caf2b26..ffabebdca 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA m4_define([epiphany_version_major],[2]) -m4_define([epiphany_version_minor],[90]) +m4_define([epiphany_version_minor],[91]) m4_define([epiphany_version_micro],[0]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) |